summaryrefslogtreecommitdiff
path: root/spew/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'spew/Makefile')
-rw-r--r--spew/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/spew/Makefile b/spew/Makefile
deleted file mode 100644
index e20adb9..0000000
--- a/spew/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-all:
- @echo
- @echo the github branch in this repo has the davecgh\'s master branch
- @echo
- @echo this is an experiement by me to learn how go modules and versioning works
- @echo go-spew is a great tool. thanks dave!
- @echo
-
-redomod:
- rm -f go.*
- GO111MODULE= go mod init
- GO111MODULE= go mod tidy