mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 01:22:25 -06:00
[chore]: Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1855)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
23705b31e4
commit
55aacaf4b0
138 changed files with 27543 additions and 25484 deletions
9
vendor/github.com/bytedance/sonic/loader/loader_go115.go
generated
vendored
9
vendor/github.com/bytedance/sonic/loader/loader_go115.go
generated
vendored
|
|
@ -1,5 +1,5 @@
|
|||
//go:build go1.15 && !go1.18
|
||||
// +build go1.15,!go1.18
|
||||
//go:build go1.15 && !go1.16
|
||||
// +build go1.15,!go1.16
|
||||
|
||||
/*
|
||||
* Copyright 2021 ByteDance Inc.
|
||||
|
|
@ -20,14 +20,9 @@
|
|||
package loader
|
||||
|
||||
import (
|
||||
|
||||
`github.com/bytedance/sonic/internal/loader`
|
||||
)
|
||||
|
||||
func (self Loader) LoadOne(text []byte, funcName string, frameSize int, argSize int, argStackmap []bool, localStackmap []bool) Function {
|
||||
return Function(loader.Loader(text).Load(funcName, frameSize, argSize, argStackmap, localStackmap))
|
||||
}
|
||||
|
||||
func Load(modulename string, filenames []string, funcs []Func, text []byte) (out []Function) {
|
||||
panic("not implemented")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue