9ebc57581d
* Switch to go modules * Make fmt
8 lines
52 B
YAML
8 lines
52 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.11"
|
|
|
|
script:
|
|
- make test
|