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