summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7231daa52721bcda764795b097f4c857d1aadde7 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	@echo
	@echo

test:

redomod:
	rm -f go.*
	GO111MODULE= go mod init
	GO111MODULE= go mod tidy