9ebc57581d
* Switch to go modules * Make fmt
10 lines
72 B
YAML
10 lines
72 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.1
|
|
- 1.2
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|