diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-19 01:09:37 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-19 01:09:37 +0200 |
commit | 939814f341fdd5d35e81a3845a33c4fedb19d2d2 (patch) | |
tree | 71f051ab73cf6f0790d6177abe0b642bf595d693 /packfile | |
parent | 5f5ad88bf2babe506f927d64d2b7a1e1493dc2ae (diff) | |
download | go-git-939814f341fdd5d35e81a3845a33c4fedb19d2d2.tar.gz |
org rename
Diffstat (limited to 'packfile')
-rw-r--r-- | packfile/objects.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/objects.go b/packfile/objects.go index 6ed0a3b..da47462 100644 --- a/packfile/objects.go +++ b/packfile/objects.go @@ -7,7 +7,7 @@ import ( "strconv" "time" - "github.com/tyba/srcd-crawler/clients/git/commons" + "github.com/src-d/crawler/clients/git/commons" ) type Object interface { |