blob: 3fef058efd124b9d028ce913b6c759c86b85208d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
all:
	@echo this is a gui for the cloudflare package
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
  |