Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuvaneshkumar committed Sep 25, 2019
1 parent 83790ea commit 358ae0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ code/vet:
go vet $$(go list ./... | grep -v /vendor/)

.PHONY: code/fmt
code/f
code/f:
@echo go fmt
go fmt $$(go list ./... | grep -v /vendor/)

Expand Down

0 comments on commit 358ae0a

Please sign in to comment.