separate the go/non-go imports and reorder

Signed-off-by: Andrew Hsu <andrewhsu@acm.org> (github: andrewhsu)
This commit is contained in:
Andrew Hsu 2016-04-26 14:33:54 -07:00
parent 3336cc13e4
commit 54edbdfee6

View file

@ -1,8 +1,9 @@
package middleware
import (
check "gopkg.in/check.v1"
"testing"
check "gopkg.in/check.v1"
)
func Test(t *testing.T) { check.TestingT(t) }