summaryrefslogtreecommitdiff
path: root/vendor/github.com/gin-gonic/gin/internal/json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gin-gonic/gin/internal/json')
-rw-r--r--vendor/github.com/gin-gonic/gin/internal/json/go_json.go1
-rw-r--r--vendor/github.com/gin-gonic/gin/internal/json/json.go3
-rw-r--r--vendor/github.com/gin-gonic/gin/internal/json/jsoniter.go1
-rw-r--r--vendor/github.com/gin-gonic/gin/internal/json/sonic.go4
4 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/gin-gonic/gin/internal/json/go_json.go b/vendor/github.com/gin-gonic/gin/internal/json/go_json.go
index 23f717265..47c355983 100644
--- a/vendor/github.com/gin-gonic/gin/internal/json/go_json.go
+++ b/vendor/github.com/gin-gonic/gin/internal/json/go_json.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build go_json
-// +build go_json
package json
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 c5f3efc88..c7ee83eb3 100644
--- a/vendor/github.com/gin-gonic/gin/internal/json/json.go
+++ b/vendor/github.com/gin-gonic/gin/internal/json/json.go
@@ -3,9 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !jsoniter && !go_json && !(sonic && avx && (linux || windows || darwin) && amd64)
-// +build !jsoniter
-// +build !go_json
-// +build !sonic !avx !linux,!windows,!darwin !amd64
package json
diff --git a/vendor/github.com/gin-gonic/gin/internal/json/jsoniter.go b/vendor/github.com/gin-gonic/gin/internal/json/jsoniter.go
index 853b1a901..45ed16ba9 100644
--- a/vendor/github.com/gin-gonic/gin/internal/json/jsoniter.go
+++ b/vendor/github.com/gin-gonic/gin/internal/json/jsoniter.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build jsoniter
-// +build jsoniter
package json
diff --git a/vendor/github.com/gin-gonic/gin/internal/json/sonic.go b/vendor/github.com/gin-gonic/gin/internal/json/sonic.go
index 5a9ca4b2d..529e16d07 100644
--- a/vendor/github.com/gin-gonic/gin/internal/json/sonic.go
+++ b/vendor/github.com/gin-gonic/gin/internal/json/sonic.go
@@ -3,10 +3,6 @@
// license that can be found in the LICENSE file.
//go:build sonic && avx && (linux || windows || darwin) && amd64
-// +build sonic
-// +build avx
-// +build linux windows darwin
-// +build amd64
package json