diff --git a/gin_test.go b/gin_test.go index c219e314..17dc19dd 100644 --- a/gin_test.go +++ b/gin_test.go @@ -12,9 +12,9 @@ import ( "net/http" "net/http/httptest" "reflect" + "sync" "testing" "time" - "sync" "github.com/stretchr/testify/assert" )