blob: 884f8bbdf491305fb4bb348e956824ebc311da02 (
plain)
1
2
3
4
5
6
7
8
9
|
language: go
go:
- tip
install:
- go get github.com/ugorji/go/codec
- go get github.com/pquerna/ffjson/fflib/v1
- go get github.com/json-iterator/go
- go get github.com/golang/lint/golint
|