fix: sonic on arm64 (#4234)

This commit is contained in:
Yash
2025-05-11 20:04:09 +05:30
committed by GitHub
parent 67c9d4ee11
commit 7a1b655074
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// 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 && !(sonic && avx && (linux || windows || darwin) && amd64)
//go:build !jsoniter && !go_json && !(sonic && (linux || windows || darwin))
package json
+1 -1
View File
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
//go:build sonic && avx && (linux || windows || darwin) && amd64
//go:build sonic && (linux || windows || darwin)
package json