Skip to content

Commit 0a29e1e

Browse files
committed
fixed seiflotfy#2: code.google.com is shutting down
1 parent 702ad87 commit 0a29e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/binary"
55
"hash/fnv"
66

7-
"code.google.com/p/gofarmhash"
7+
"github.com/leemcloughlin/gofarmhash"
88
)
99

1010
var hashera = fnv.New64()

0 commit comments

Comments
 (0)