summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--forgeConfig/Makefile (renamed from example/Makefile)4
-rw-r--r--forgeConfig/main.go (renamed from example/main.go)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6cce53e..a70fcd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@ go.*
*.pb.go
-example/example
+forgeConfig/forgeConfig
diff --git a/example/Makefile b/forgeConfig/Makefile
index 88d2439..3528875 100644
--- a/example/Makefile
+++ b/forgeConfig/Makefile
@@ -1,7 +1,7 @@
build:
GO111MODULE=off go build
- ./example
- FORGE_HOME=/tmp/forge ./example
+ ./forgeConfig
+ FORGE_HOME=/tmp/forge ./forgeConfig
goimports:
goimports -w *.go
diff --git a/example/main.go b/forgeConfig/main.go
index 058412d..058412d 100644
--- a/example/main.go
+++ b/forgeConfig/main.go