Commit a713f611 authored by Geoff Simmons's avatar Geoff Simmons

Use gofmt in the build target for code formatting.

parent 25b93d75
......@@ -35,7 +35,7 @@ install-code-gen:
CODE_SUBDIRS=./pkg/... ./cmd/...
build:
go fmt $(CODE_SUBDIRS)
gofmt -s -w -l pkg/ cmd/
go generate $(CODE_SUBDIRS)
go build $(CODE_SUBDIRS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment