summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-20 11:02:41 -0600
committerJeff Carr <[email protected]>2024-11-20 11:02:41 -0600
commit7da3f23de18300e5ec752f8720b0fc88610bbb2a (patch)
treeb17976407959fb22aae24e0519c1b51147ec6b9f /example
parent39a8d9e13ecb9619418bd15dba5ef3ecf4e2d9f9 (diff)
hell ya
Diffstat (limited to 'example')
-rw-r--r--example/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
index ba930d7..88d2439 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -1,6 +1,7 @@
build:
GO111MODULE=off go build
./example
+ FORGE_HOME=/tmp/forge ./example
goimports:
goimports -w *.go