separate the go/non-go imports and reorder

Signed-off-by: Andrew Hsu <andrewhsu@acm.org> (github: andrewhsu)
pull/1665/head
Andrew Hsu 2016-04-26 14:33:54 -07:00
parent c4df027d41
commit 09a9b0cf90
1 changed files with 2 additions and 1 deletions

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) }