Files
goreportcard/Makefile
2016-02-06 22:00:07 +09:00

11 lines
143 B
Makefile

install:
./scripts/make-install.sh
lint:
golint ./...
go vet ./...
find . -name '*.go' | xargs gofmt -w -s
start:
godep go run main.go