summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9b0068f53c59c5f11a9cd8c5d1f4c59b88305e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all:
	@echo
	@echo Run: make redomod
	@echo
	@# ./myrepos >/tmp/myrepos.stderr 2>&1

goimports:
	goimports -w *.go

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