From b71a36f2140c23c55c688454933207b278251384 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 12:03:26 -0600 Subject: add comments Signed-off-by: Jeff Carr --- spew/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spew/Makefile b/spew/Makefile index 186078d..e20adb9 100644 --- a/spew/Makefile +++ b/spew/Makefile @@ -1,3 +1,11 @@ +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 -- cgit v1.2.3