diff --git a/gin_test.go b/gin_test.go index 6bb2f1a9..3ab46976 100644 --- a/gin_test.go +++ b/gin_test.go @@ -5,14 +5,11 @@ package gin import ( - "reflect" - "testing" - - "net/http" - "fmt" "io/ioutil" - + "net/http" + "reflect" + "testing" "time" "github.com/stretchr/testify/assert"