summaryrefslogtreecommitdiff
path: root/Makefile
blob: b4b840c950e031b4c3a237abc0e5127ca0ad6135 (plain)
1
2
3
4
5
6
7
8
9
all:

goimports:
	goimports -w *.go

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