aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rakyll/goini/Makefile
blob: bc67d570d526f741c844aec5fa51d98ba6a39544 (plain) (blame)
1
2
3
4
5
6
7
test:
    go test

format:
    gofmt -w *.go

.PHONY: format test