summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e76e55..d562c95 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ redomod:
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+goimport:
+ goimports -w *.go
+
github:
git push origin master
git push origin devel