Add make fmt to Makefile

Implemented using the standard golang formatter.

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2023-10-23 17:55:52 -06:00
parent f9210ee645
commit 6a49c8df0c

View File

@@ -17,6 +17,10 @@ vendor:
tidy:
go mod tidy
.PHONY: fmt
fmt:
go fmt ./...
config = etc/wwapic.conf \
etc/wwapid.conf \
etc/wwapird.conf \