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 --- spew/Makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 spew/Makefile (limited to 'spew/Makefile') 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 -- cgit v1.2.3