Files
kubesphere/vendor/github.com/hpcloud/tail/Makefile
magicsong c6ad0ebc3e use vgo
2019-07-20 00:32:24 +08: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 .