diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 06:19:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 06:19:24 -0500 |
| commit | ed7dd145f607edb60df43f457e7e0013f4647aba (patch) | |
| tree | 5609e5bf746864852123876b564733dd5f9bda4a /configfile/Makefile | |
| parent | 104aa512600682f8221ed2c6e0e3538336a969f3 (diff) | |
add prototext config format
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'configfile/Makefile')
| -rw-r--r-- | configfile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
