summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-20 11:06:04 -0600
committerJeff Carr <[email protected]>2024-11-20 11:06:04 -0600
commitd78414ee556a4c8c15a6936a4d32fcb62d6e2f47 (patch)
treee23f07f29951658d9cf5b6d1855d319ccf84e6ec
parent7da3f23de18300e5ec752f8720b0fc88610bbb2a (diff)
forgeConfig: edit your config files
-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