mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-31 20:32:25 -05:00
[chore] Update gin to v1.9.0 (#1553)
This commit is contained in:
parent
689a10fe17
commit
ecdc8379fa
347 changed files with 166814 additions and 3671 deletions
29
vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
generated
vendored
Normal file
29
vendor/github.com/chenzhuoyu/base64x/native_subr_amd64.go
generated
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
// +build !noasm !appengine
|
||||
// Code generated by asm2asm, DO NOT EDIT.
|
||||
|
||||
package base64x
|
||||
|
||||
//go:nosplit
|
||||
//go:noescape
|
||||
//goland:noinspection ALL
|
||||
func __native_entry__() uintptr
|
||||
|
||||
var (
|
||||
_subr__b64decode = __native_entry__() + 1563
|
||||
_subr__b64encode = __native_entry__() + 301
|
||||
)
|
||||
|
||||
const (
|
||||
_stack__b64decode = 128
|
||||
_stack__b64encode = 40
|
||||
)
|
||||
|
||||
var (
|
||||
_ = _subr__b64decode
|
||||
_ = _subr__b64encode
|
||||
)
|
||||
|
||||
const (
|
||||
_ = _stack__b64decode
|
||||
_ = _stack__b64encode
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue