summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
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