use gofmt and goimports for make fmt

This commit is contained in:
siddontang 2015-05-04 22:42:10 +08:00
parent 9f5d7f4a0f
commit 9fdda1028e
1 changed files with 2 additions and 1 deletions

View File

@ -42,4 +42,5 @@ clean:
$(GO) clean -i ./...
fmt:
go fmt ./...
gofmt -w=true cmd config ledis rpl server store vendor
goimports -w=true cmd config ledis rpl server store vendor