From b1d09359f0d1af38ccc6c390db3efc1e8536e5a6 Mon Sep 17 00:00:00 2001 From: lpxxn Date: Mon, 26 Nov 2018 11:24:29 +0800 Subject: [PATCH] fmt code --- gin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )