summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 20:39:56 -0600
committerJeff Carr <[email protected]>2024-01-05 20:39:56 -0600
commit5fa7681956e9c4e93c9446a8272d9164dc1e49ff (patch)
tree6f442147ce7bbc2a804c5dacc5ca62f3c38858ce /Makefile
parent29db278b6aaa209c5b2f8b6a0dbbc4b726a4323e (diff)
quiet debugging on Get() and Set()v0.4.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b47b1c..ab11c43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
# git remote add github [email protected]:wit-go/log.git
+redomod:
+ rm -f go.*
+ unset GO111MODULES && go mod init
+ unset GO111MODULES && go mod tidy
+
github:
git push origin master
git push origin devel