diff options
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.go | 4 |
1 files changed, 2 insertions, 2 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 75b602240..172aeb241 100644 --- a/vendor/github.com/gin-gonic/gin/internal/json/json.go +++ b/vendor/github.com/gin-gonic/gin/internal/json/json.go @@ -2,8 +2,8 @@ // 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 +// +build !jsoniter package json |