From e51fe83fa96079a7f360e563529e59d408115b26 Mon Sep 17 00:00:00 2001 From: liaogang Date: Thu, 2 Mar 2023 17:03:17 +0800 Subject: [PATCH] update --- pkg/common/json/std.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/common/json/std.go b/pkg/common/json/std.go index 5f0f71a..ab08afd 100644 --- a/pkg/common/json/std.go +++ b/pkg/common/json/std.go @@ -13,9 +13,6 @@ // limitations under the License. // -//go:build stdjson || !(amd64 && (linux || windows || darwin)) -// +build stdjson !amd64 !linux,!windows,!darwin - package json import "encoding/json"