style(import): not use aliase when import package (#1146)
This commit is contained in:
committed by
Javier Provecho Fernandez
parent
1e88466d23
commit
b7e8a6b9b0
@ -10,9 +10,7 @@ import (
|
||||
"github.com/gin-gonic/gin/json"
|
||||
)
|
||||
|
||||
var (
|
||||
EnableDecoderUseNumber = false
|
||||
)
|
||||
var EnableDecoderUseNumber = false
|
||||
|
||||
type jsonBinding struct{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user