From 8e94d3c4c87d84d53c71b8f65398af654d4c639b Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sat, 29 Jun 2019 20:34:12 +0800 Subject: [PATCH] Update errors.go --- errors.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 2d324a17..25e8ff60 100644 --- a/errors.go +++ b/errors.go @@ -6,9 +6,10 @@ package gin import ( "fmt" - "github.com/gin-gonic/gin/internal/json" "reflect" "strings" + + "github.com/gin-gonic/gin/internal/json" ) // ErrorType is an unsigned 64-bit error code as defined in the gin spec.