mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-02 15:48:07 -05:00
10 lines
199 B
YAML
10 lines
199 B
YAML
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
|