From 46aae682f88cd9171e81d536d85436c2b6cfc469 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 21 Oct 2025 06:40:33 -0500 Subject: use lib/ENV --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b2b6b9b..64926fc 100644 --- a/structs.go +++ b/structs.go @@ -6,7 +6,7 @@ package main import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" - "go.wit.com/lib/config" + "go.wit.com/lib/ENV" "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" "go.wit.com/lib/protobuf/argvpb" @@ -27,7 +27,7 @@ func (b *mainType) Enable() { // returns the server to connect to func myServer() string { - return config.Get("ForgeURL") + return ENV.Get("ForgeURL") } // this app's variables -- cgit v1.2.3