fixed json go:build tags error for sonic

pull/199/head
Michael Li 1 year ago
parent 881f799d68
commit 8fa277ed05
No known key found for this signature in database

@ -2,8 +2,10 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//go:build !jsoniter && !go_json
// +build !jsoniter,!go_json
//go:build !jsoniter && !go_json && !(sonic && avx && (linux || windows || darwin) && amd64)
// +build !jsoniter
// +build !go_json
// +build !sonic !avx !linux,!windows,!darwin !amd64
package json

Loading…
Cancel
Save