update golint package url

This commit is contained in:
thinkerou 2018-10-14 15:45:22 +08:00
parent d4e0a9b902
commit 3bbf9e73ae

View File

@ -63,6 +63,6 @@ misspell:
.PHONY: tools
tools:
go install github.com/golang/lint/golint; \
go install golang.org/x/lint/golint; \
go install github.com/client9/misspell/cmd/misspell; \
go install github.com/campoy/embedmd;