Fixed golint, Added DS_Store to git ignore

This commit is contained in:
Walter Antolini 2019-04-15 01:25:28 +02:00
parent 311b9c717f
commit c17bb978e8
No known key found for this signature in database
GPG key ID: 9A8CB88B5717A49F
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -22,3 +22,6 @@ Session.vim
*~
# auto-generated tag files
tags
### Mac
.DS_Store

View file

@ -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