language: go
go:
  - 1.13.x
git:
  depth: 1
script:
  - go build main.go
  - go test -v -cover ./...