luet/vendor/github.com/hpcloud/tail/Makefile
Ettore Di Giacinto e2442f8ed8
update vendor/
2019-06-05 19:14:29 +02:00

12 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 .