File tree Expand file tree Collapse file tree 3 files changed +1015
-937
lines changed Expand file tree Collapse file tree 3 files changed +1015
-937
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ func main() {
39
39
40
40
## referers.yml embed
41
41
42
- The [ ` referers.yml ` ] [ referers-yml] is embedded in the package using [ ` go-bindata ` ] [ go-bindata] .
42
+ The [ ` referers.json ` ] [ referers-yml] is embedded in the package using [ ` go-bindata ` ] [ go-bindata] .
43
43
44
44
```
45
- $ go-bindata -ignore=\\.json -pkg refererparser data/...
45
+ $ go-bindata -ignore=\\.yml -pkg refererparser data/...
46
46
```
47
47
48
48
## Copyright and license
@@ -70,7 +70,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
70
70
THE SOFTWARE.
71
71
72
72
[ referer-parser ] : https://github.com/snowplow/referer-parser
73
- [ referers-yml ] : https://github.com/snowplow/referer-parser/blob/master/referers.yml
73
+ [ referers-yml ] : https://github.com/snowplow/referer-parser/blob/master/referers.json
74
74
75
75
[ tsileo ] : https://github.com/tsileo
76
76
[ go-bindata ] : https://github.com/jteeuwen/go-bindata
You can’t perform that action at this time.
0 commit comments