ingress-nginx-helm/vendor/gopkg.in/gavv/httpexpect.v2/Makefile

14 lines
156 B
Makefile
Raw Normal View History

2020-02-19 00:10:16 -03:00
all: update test check
update:
go get -u -t . ./_examples
test:
go test . ./_examples
check:
golangci-lint run ./...
fmt:
gofmt -s -w . ./_examples