ingress-nginx-helm/vendor/gopkg.in/gavv/httpexpect.v2/Makefile
Manuel Alejandro de Brito Fontes 307bf76454 Update go dependencies
2020-02-19 19:42:50 -03:00

13 lines
156 B
Makefile

all: update test check
update:
go get -u -t . ./_examples
test:
go test . ./_examples
check:
golangci-lint run ./...
fmt:
gofmt -s -w . ./_examples