plugeth/Godeps/_workspace/src/github.com/rakyll/goini/Makefile
2015-02-16 14:28:33 +01:00

8 lines
60 B
Makefile

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