From d78414ee556a4c8c15a6936a4d32fcb62d6e2f47 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Nov 2024 11:06:04 -0600 Subject: [PATCH] forgeConfig: edit your config files --- .gitignore | 2 +- {example => forgeConfig}/Makefile | 4 ++-- {example => forgeConfig}/main.go | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename {example => forgeConfig}/Makefile (71%) rename {example => forgeConfig}/main.go (100%) 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 similarity index 71% rename from example/Makefile rename to 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 similarity index 100% rename from example/main.go rename to forgeConfig/main.go