mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
11 lines
143 B
Makefile
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
|