sshpiper/vendor/github.com/glacjay/goini/Makefile
2018-12-29 06:13:13 +00:00

7 lines
60 B
Makefile

test:
go test
format:
gofmt -w *.go
.PHONY: format test