Skip to content

Commit

Permalink
Add fmt task to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Dec 3, 2015
1 parent 4974320 commit 5684530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ gen:
build: deps gen
go build -o $(BIN) ./cmd

fmt: deps
gofmt -s -w .

LINT_RET = .golint.txt
lint: testdeps
go vet ./...
Expand Down

0 comments on commit 5684530

Please sign in to comment.