tail/Makefile

8 lines
54 B
Makefile

default: test
test: *.go
go test -v
fmt:
go fmt .