parent
2856d50d00
commit
b71a36f214
|
@ -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:
|
redomod:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
GO111MODULE= go mod init
|
GO111MODULE= go mod init
|
||||||
|
|
Loading…
Reference in New Issue