separate the go/non-go imports and reorder
Signed-off-by: Andrew Hsu <andrewhsu@acm.org> (github: andrewhsu)master
							parent
							
								
									3336cc13e4
								
							
						
					
					
						commit
						54edbdfee6
					
				|  | @ -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) } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue