From a502f839a130df70d9508f731b8cf06c19fa71b9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 12:21:06 -0600 Subject: flatten paths Signed-off-by: Jeff Carr --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e20adb9 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3