From 27ad308a754a6f9d438e090b49a1e36af4dd3f84 Mon Sep 17 00:00:00 2001 From: zzjin Date: Fri, 9 Apr 2021 18:59:16 +0800 Subject: [PATCH] update fmt --- internal/json/json.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/json/json.go b/internal/json/json.go index 385d0790f0..75b6022409 100644 --- a/internal/json/json.go +++ b/internal/json/json.go @@ -3,8 +3,7 @@ // license that can be found in the LICENSE file. //go:build !jsoniter && !go_json -// +build !jsoniter -// +build !go_json +// +build !jsoniter,!go_json package json