ingress-nginx-helm/vendor/github.com/hpcloud/tail/Makefile
Manuel de Brito Fontes 2882fb5ebe Update go dependencies
2018-09-22 14:54:24 -03:00

11 lines
154 B
Makefile

default: test
test: *.go
go test -v -race ./...
fmt:
gofmt -w .
# Run the test in an isolated environment.
fulltest:
docker build -t hpcloud/tail .