summaryrefslogtreecommitdiff
path: root/configfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'configfile/Makefile')
-rw-r--r--configfile/Makefile3
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