From ed7dd145f607edb60df43f457e7e0013f4647aba Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 06:19:24 -0500 Subject: add prototext config format Signed-off-by: Jeff Carr --- configfile/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configfile/Makefile') diff --git a/configfile/Makefile b/configfile/Makefile index 4f609e1..a52de6a 100644 --- a/configfile/Makefile +++ b/configfile/Makefile @@ -2,6 +2,9 @@ build: GO111MODULE=off go build ./configfile +goimports: + goimports -w *.go + prep: go get -v -t -u -- cgit v1.2.3