2024-01-14 12:03:26 -06:00
|
|
|
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
|
|
|
|
|
2024-01-14 11:49:34 -06:00
|
|
|
redomod:
|
|
|
|
rm -f go.*
|
|
|
|
GO111MODULE= go mod init
|
|
|
|
GO111MODULE= go mod tidy
|