mirror of
https://github.com/Luzifer/elastic_cron.git
synced 2024-11-08 13:50:04 +00:00
9 lines
199 B
YAML
9 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
|