diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/unquote/unquote.go')
| -rw-r--r-- | vendor/github.com/bytedance/sonic/unquote/unquote.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/bytedance/sonic/unquote/unquote.go b/vendor/github.com/bytedance/sonic/unquote/unquote.go index 29b2fcde8..6c8c0c80f 100644 --- a/vendor/github.com/bytedance/sonic/unquote/unquote.go +++ b/vendor/github.com/bytedance/sonic/unquote/unquote.go @@ -1,3 +1,7 @@ +//go:build (amd64 && go1.17 && !go1.26) || (arm64 && go1.20 && !go1.26) +// +build amd64,go1.17,!go1.26 arm64,go1.20,!go1.26 + + /* * Copyright 2021 ByteDance Inc. * |
