File tree Expand file tree Collapse file tree 3 files changed +978
-897
lines changed Expand file tree Collapse file tree 3 files changed +978
-897
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ package main
224
224
import (
225
225
" log"
226
226
227
- " github.com/tsileo /referer-parser/go"
227
+ " github.com/snowplow /referer-parser/go"
228
228
)
229
229
230
230
func main () {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ package main
20
20
import (
21
21
" log"
22
22
23
- " github.com/tsileo /referer-parser/go"
23
+ " github.com/snowplow /referer-parser/go"
24
24
)
25
25
26
26
func main () {
@@ -41,6 +41,10 @@ func main() {
41
41
42
42
The [ ` referers.yml ` ] [ referers-yml] is embedded in the package using [ ` go-bindata ` ] [ go-bindata] .
43
43
44
+ ```
45
+ $ go-bindata -ignore=\\.json -pkg refererparser data/...
46
+ ```
47
+
44
48
## Copyright and license
45
49
46
50
The referer-parser Go library is distributed under the MIT License.
@@ -69,4 +73,4 @@ THE SOFTWARE.
69
73
[ referers-yml ] : https://github.com/snowplow/referer-parser/blob/master/referers.yml
70
74
71
75
[ tsileo ] : https://github.com/tsileo
72
- [ go-bindata ] : https://github.com/jteeuwen/go-bindata
76
+ [ go-bindata ] : https://github.com/jteeuwen/go-bindata
You can’t perform that action at this time.
0 commit comments