From 268e05f1082c081f6afbc42c5f8df83aec7c6848 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 14 Dec 2024 13:12:42 -0600 Subject: http post a patch set --- structs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index a0c3a0d..3f55b3d 100644 --- a/structs.go +++ b/structs.go @@ -26,6 +26,7 @@ type mainType struct { found *gitpb.Repos // stores the list of repos to process things on foundPaths []string // stores gopaths to act on (when doing go-clone) configSave bool // if the config file should be saved after finishing + urlbase string // base URL // our view of the repositories repos *repoWindow -- cgit v1.2.3