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.