diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-23 12:16:36 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-23 12:21:33 +0200 |
commit | cf2874632223220e0445abf0a7806dc772c0b37a (patch) | |
tree | c9bfb27a41658c5f76b821349eba85eef496d664 /clients/common/common_test.go | |
parent | 758ac33217f092bfcded4ad4774954ac054c9609 (diff) | |
download | go-git-cf2874632223220e0445abf0a7806dc772c0b37a.tar.gz |
fixing routes
Diffstat (limited to 'clients/common/common_test.go')
-rw-r--r-- | clients/common/common_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/common/common_test.go b/clients/common/common_test.go index 37d4ff9..74492f0 100644 --- a/clients/common/common_test.go +++ b/clients/common/common_test.go @@ -6,7 +6,7 @@ import ( "testing" . "gopkg.in/check.v1" - "gopkg.in/src-d/go-git.v2/pktline" + "gopkg.in/src-d/go-git.v2/formats/pktline" ) func Test(t *testing.T) { TestingT(t) } |