Commit da799f83 authored by Geoff Simmons's avatar Geoff Simmons

Use gofmt -s (rather than go fmt) in the build target.

parent 40c6604e
......@@ -28,7 +28,7 @@ all: k8s-vcl-reloader
CODE_SUBDIRS=./pkg/... ./cmd/...
build:
go fmt $(CODE_SUBDIRS)
gofmt -s -w 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