summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/internal/json/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/internal/json/json.go')
-rw-r--r--vendor/github.com/gin-gonic/gin/internal/json/json.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/gin-gonic/gin/internal/json/json.go b/vendor/github.com/gin-gonic/gin/internal/json/json.go
index 172aeb241..a26d7db2e 100644
--- a/vendor/github.com/gin-gonic/gin/internal/json/json.go
+++ b/vendor/github.com/gin-gonic/gin/internal/json/json.go
@@ -1,9 +1,9 @@
-// Copyright 2017 Bo-Yi Wu. All rights reserved.
+// Copyright 2017 Bo-Yi Wu. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
-//go:build !jsoniter
-// +build !jsoniter
+//go:build !jsoniter && !go_json
+// +build !jsoniter,!go_json
package json