diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 12:03:26 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 12:03:26 -0600 | 
| commit | b71a36f2140c23c55c688454933207b278251384 (patch) | |
| tree | abe9d2c10a44a1312df55d20519fd612889c882b | |
| parent | 2856d50d0017f10d8f624e4afa83bae76eb9fca5 (diff) | |
add commentsv1.1.2
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | spew/Makefile | 8 | 
1 files changed, 8 insertions, 0 deletions
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  | 
