Skip to content

Commit 9428d9a

Browse files
committed
Fixed golang README
1 parent e9d064c commit 9428d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package main
2020
import (
2121
"log"
2222

23-
"github.com/tsileo/referer-parser/go"
23+
"github.com/snowplow/referer-parser/go"
2424
)
2525

2626
func main() {
@@ -69,4 +69,4 @@ THE SOFTWARE.
6969
[referers-yml]: https://github.com/snowplow/referer-parser/blob/master/referers.yml
7070

7171
[tsileo]: https://github.com/tsileo
72-
[go-bindata]: https://github.com/jteeuwen/go-bindata
72+
[go-bindata]: https://github.com/jteeuwen/go-bindata

0 commit comments

Comments
 (0)