summaryrefslogtreecommitdiff
path: root/Makefile
blob: 13279ecddfc68f4298d2c4e454bad6f8ffe7890f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:
	@echo this is a go library, not a binary

goimports:
	goimports -w *.go

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