remove -w flag from fmt command.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-06-30 09:37:47 +08:00
parent dac36a7d36
commit b6b42c2c73
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ bundle_update:
glide update --all-dependencies --resolve-current
fmt:
@echo $(TARGETS_NOVENDOR) | xargs go fmt -w
@echo $(TARGETS_NOVENDOR) | xargs go fmt
lint:
golint gorush