diff options
| author | Jeff Carr <[email protected]> | 2024-12-14 13:12:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-14 13:12:42 -0600 |
| commit | 268e05f1082c081f6afbc42c5f8df83aec7c6848 (patch) | |
| tree | f00d011333b140f04809aeeb5c7b454205d7bf13 /structs.go | |
| parent | a11c4f46bd041b5b603ce67d93f4e78143d4a60f (diff) | |
http post a patch set
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
