From ef61eb494b42a7bc226de1edc114579ce530abdd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 01:23:43 -0600 Subject: try allowing switching to writing to http --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3