Fix golint import path (#153)

This commit is contained in:
alexander zillion 2018-10-22 16:07:55 -05:00 committed by Jess Frazelle
parent eb4e1cc686
commit 938012b555

View file

@ -5,7 +5,7 @@ services:
go:
- 1.10.x
before_install:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
jobs:
include: