1
0
mirror of https://github.com/joohoi/acme-dns.git synced 2025-01-12 15:57:51 +07:00

Fix golint import path ()

This commit is contained in:
golint fixer 2018-10-29 03:29:34 -05:00 committed by Joona Hoikkala
parent 4bb5e265ab
commit a09073da12

View File

@ -4,7 +4,7 @@ go:
env: env:
- "PATH=/home/travis/gopath/bin:$PATH" - "PATH=/home/travis/gopath/bin:$PATH"
before_install: before_install:
- go get github.com/golang/lint/golint - go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls
script: script:
- go vet - go vet