Update errors.go

This commit is contained in:
thinkerou 2019-06-29 20:34:12 +08:00 committed by GitHub
parent 086d9ffb8a
commit 8e94d3c4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.