summaryrefslogtreecommitdiff
path: root/Makefile
blob: 04f1362d4d63f5e82d79528ac1fde974a7065107 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all: vet
	@echo this is a gui for the cloudflare package

vet:
	@GO111MODULE=off go vet
	@echo go vet: this go library package builds okay

goimports:
	goimports -w *.go

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

github:
	@echo
	@echo no github mirror for this
	@echo