summaryrefslogtreecommitdiff
path: root/Makefile
blob: e20adb975af26a5e7771e4f10dad042f66bd1ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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