diff options
author | 2023-06-01 22:20:16 +0100 | |
---|---|---|
committer | 2023-06-01 22:20:16 +0100 | |
commit | 55aacaf4b07c1921061245cbaa3d307e97cf3c29 (patch) | |
tree | d969c5d9728566de1e794e19c5b19d3b660f790e /vendor/github.com/bytedance/sonic/loader/loader_go115.go | |
parent | [chore/frontend] refactor header templating, add apple-touch-icon (#1850) (diff) | |
download | gotosocial-55aacaf4b07c1921061245cbaa3d307e97cf3c29.tar.xz |
[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>
Diffstat (limited to 'vendor/github.com/bytedance/sonic/loader/loader_go115.go')
-rw-r--r-- | vendor/github.com/bytedance/sonic/loader/loader_go115.go | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vendor/github.com/bytedance/sonic/loader/loader_go115.go b/vendor/github.com/bytedance/sonic/loader/loader_go115.go index 1e44b36a6..a1d4d7892 100644 --- a/vendor/github.com/bytedance/sonic/loader/loader_go115.go +++ b/vendor/github.com/bytedance/sonic/loader/loader_go115.go @@ -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") }
\ No newline at end of file |