Skip to content

Commit 2bb047a

Browse files
committed
Merge pull request #88 from tsileo/master
go: updated referers.yml
2 parents 241d6f5 + 74d9e1a commit 2bb047a

File tree

3 files changed

+978
-897
lines changed

3 files changed

+978
-897
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ package main
224224
import (
225225
"log"
226226

227-
"github.com/tsileo/referer-parser/go"
227+
"github.com/snowplow/referer-parser/go"
228228
)
229229

230230
func main() {

go/README.md

Lines changed: 6 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() {
@@ -41,6 +41,10 @@ func main() {
4141

4242
The [`referers.yml`] [referers-yml] is embedded in the package using [`go-bindata`] [go-bindata].
4343

44+
```
45+
$ go-bindata -ignore=\\.json -pkg refererparser data/...
46+
```
47+
4448
## Copyright and license
4549

4650
The referer-parser Go library is distributed under the MIT License.
@@ -69,4 +73,4 @@ THE SOFTWARE.
6973
[referers-yml]: https://github.com/snowplow/referer-parser/blob/master/referers.yml
7074

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

0 commit comments

Comments
 (0)