go mod tidy

This commit is contained in:
Pavel 2019-09-19 14:19:36 +03:00
parent dba7552731
commit 20dd81c489

View File

@ -5,7 +5,7 @@ go:
- '1.10'
- '1.11'
before_install:
- go get -t -v ./...
- go mod tidy
script:
- go test ./... -v -cpu 2 -race -cover -coverprofile=coverage.txt -covermode=atomic
after_success: