diff --git a/.gitignore b/.gitignore index ae5c0cb..b1a7073 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ Session.vim *~ # auto-generated tag files tags + +### Mac +.DS_Store diff --git a/Makefile b/Makefile index 277e25e..18ed0c5 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ get-deps: get-tools: @echo "==> Installing tools..." @go get -u github.com/golang/dep/cmd/dep - @go get -u github.com/golang/lint/golint + @go get -u golang.org/x/lint/golint @go get -u github.com/golang/mock/gomock @go get -u github.com/client9/misspell/cmd/misspell