mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-05 10:59:30 -06: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
16
vendor/github.com/chenzhuoyu/base64x/native_amd64.go
generated
vendored
Normal file
16
vendor/github.com/chenzhuoyu/base64x/native_amd64.go
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
//go:generate make
|
||||
package base64x
|
||||
|
||||
import (
|
||||
`unsafe`
|
||||
)
|
||||
|
||||
//go:nosplit
|
||||
//go:noescape
|
||||
//goland:noinspection GoUnusedParameter
|
||||
func __b64encode(out *[]byte, src *[]byte, mode int)
|
||||
|
||||
//go:nosplit
|
||||
//go:noescape
|
||||
//goland:noinspection GoUnusedParameter
|
||||
func __b64decode(out *[]byte, src unsafe.Pointer, len int, mode int) (ret int)
|
||||
Loading…
Add table
Add a link
Reference in a new issue