diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 11:40:51 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2017-01-30 11:40:51 +0100 |
commit | 45669655f026a31577f938ee70ae613c2e4af184 (patch) | |
tree | 7ac0cdf53b1d0175c1a7b9374678017560a18400 /common_test.go | |
parent | 677a596cdb534f485ff8d9488e05855387a6ef00 (diff) | |
download | go-git-45669655f026a31577f938ee70ae613c2e4af184.tar.gz |
test and comments improvements
Diffstat (limited to 'common_test.go')
-rw-r--r-- | common_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common_test.go b/common_test.go index 783a99b..9c20a9a 100644 --- a/common_test.go +++ b/common_test.go @@ -4,8 +4,6 @@ import ( "fmt" "testing" - "srcd.works/go-billy.v1/os" - "gopkg.in/src-d/go-git.v4/fixtures" "gopkg.in/src-d/go-git.v4/plumbing" "gopkg.in/src-d/go-git.v4/plumbing/format/packfile" @@ -17,6 +15,7 @@ import ( . "gopkg.in/check.v1" memoryfs "srcd.works/go-billy.v1/memory" + "srcd.works/go-billy.v1/os" ) func Test(t *testing.T) { TestingT(t) } |