9ebc57581d
* Switch to go modules * Make fmt
9 lines
82 B
YAML
9 lines
82 B
YAML
language: go
|
|
go:
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
script:
|
|
- go test
|
|
- go build
|