summaryrefslogtreecommitdiff
path: root/example1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example1/Makefile')
-rw-r--r--example1/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/example1/Makefile b/example1/Makefile
deleted file mode 100644
index 443064f..0000000
--- a/example1/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-all:
- # go build
- GO111MODULE="off" go run main.go
-
-goimports:
- goimports -w *.go
-
-redomod:
- rm -f go.*
- GO111MODULE= go mod init
- GO111MODULE= go mod tidy