From e5a2bec217990c7149b0b16b40112d0a947be794 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Sep 2025 15:21:36 -0500 Subject: cleanup after crazy "http://foo.com//blah" issue --- structs.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 1d4a1f4..6a25fc1 100644 --- a/structs.go +++ b/structs.go @@ -20,6 +20,11 @@ func (b *mainType) Enable() { b.mainbox.Enable() } +// returns the server to connect to +func myServer() string { + return me.forge.GetForgeURL() +} + // this app's variables type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! -- cgit v1.2.3