mirror of
https://github.com/mpolden/echoip.git
synced 2025-07-17 06:23:32 +02:00
Use Go modules
This commit is contained in:
4
Makefile
4
Makefile
@ -23,12 +23,12 @@ ifdef TRAVIS
|
||||
endif
|
||||
|
||||
check-fmt:
|
||||
bash -c 'diff --line-format="%L" <(echo -n) <(gofmt -d -s $$(find . -type f -name "*.go" -not -path "./vendor/*"))'
|
||||
bash -c "diff --line-format='%L' <(echo -n) <(gofmt -d -s .)"
|
||||
|
||||
lint: check-fmt vet megacheck
|
||||
|
||||
deps:
|
||||
go get -d -v ./...
|
||||
go get
|
||||
|
||||
install:
|
||||
go install ./...
|
||||
|
Reference in New Issue
Block a user