]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/DreamItGetIT/statuscake/makefile
update vendor and go.mod
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / DreamItGetIT / statuscake / makefile
1 .PHONY: default deps lint test
2
3 default: deps lint test
4
5 lint:
6 @golint ./...
7 @go vet ./...
8
9 test:
10 go test ${GOTEST_ARGS} ./...
11
12 deps:
13 dep ensure