mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 06:06:03 -06:00
Fixed golint, Added DS_Store to git ignore
This commit is contained in:
parent
311b9c717f
commit
6f8da81c95
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -22,3 +22,6 @@ Session.vim
|
|||
*~
|
||||
# auto-generated tag files
|
||||
tags
|
||||
|
||||
### Mac
|
||||
.DS_Store
|
||||
|
|
|
|||
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue