Commit f665a30d by Torkel Ödegaard

Added lint step to Makefile

parent 53b00d80
......@@ -5,7 +5,13 @@ all: build
build:
go build -o bin/grafana .
lint:
@gofmt -w . && go tool vet pkg/**/*.go && echo "$(GOLINT)"
setup:
go get github.com/tools/godep
go install github.com/mattn/go-sqlite3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment