update pkg (#723)

* update pkg

* change lint url
This commit is contained in:
sadayuki-matsuno
2018-10-18 13:37:17 +09:00
committed by Kota Kanbe
parent 87a77dd95c
commit bc86c24e6a
2 changed files with 28 additions and 28 deletions

View File

@@ -39,7 +39,7 @@ install: main.go dep pretest
lint:
@ go get -v github.com/golang/lint/golint
@ go get -v golang.org/x/lint/golint
golint $(PKGS)
vet: