Jan Wozniak 0e6e8d1926 Update vendor from go modules
$ go mod tidy
$ go mod vendor
2020-02-02 15:55:23 +01: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 .