aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 934c79d..1d2f08e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ test: dep
go install -race $(CASHIER_CMD) $(CASHIERD_CMD)
go vet ./...
go list ./... |xargs -L1 golint -set_exit_status
- goimports -d $(SRC_FILES)
+ gofmt -s -d -l -e $(SRC_FILES)
$(MAKE) generate
@[ -z "`git status --porcelain`" ] || (echo "unexpected files: `git status --porcelain`" && exit 1)