update imports order per goimports
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
package rle
|
||||
|
||||
import (
|
||||
checker "gopkg.in/check.v1"
|
||||
"testing"
|
||||
|
||||
checker "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { checker.TestingT(t) }
|
||||
|
Reference in New Issue
Block a user