Skip to content

Commit 34bb33f

Browse files
committed
go: removed yaml parser, uses JSON instead
1 parent 7c6e61a commit 34bb33f

File tree

3 files changed

+1015
-937
lines changed

3 files changed

+1015
-937
lines changed

go/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ func main() {
3939

4040
## referers.yml embed
4141

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].
4343

4444
```
45-
$ go-bindata -ignore=\\.json -pkg refererparser data/...
45+
$ go-bindata -ignore=\\.yml -pkg refererparser data/...
4646
```
4747

4848
## Copyright and license
@@ -70,7 +70,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
7070
THE SOFTWARE.
7171

7272
[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
7474

7575
[tsileo]: https://github.com/tsileo
7676
[go-bindata]: https://github.com/jteeuwen/go-bindata

0 commit comments

Comments
 (0)