diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 07:44:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 07:44:07 -0500 |
| commit | 81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 (patch) | |
| tree | 931e5a37bd3b5e1868d66b5e492cdd7d83c63c42 /structs.go | |
| parent | 6bfd8c78abf12a6a7a8e7d0932f5160b9abc95e1 (diff) | |
less confusing patch .proto files
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ type Forge struct { once sync.Once Config *ForgeConfigs // config repos for readonly, private, etc Repos *gitpb.Repos // the repo protobufs - Patchsets *Patchsets // patches that are in progress + Patchsets *Sets // patches that are in progress hostname string // your hostname goWork bool // means the user is currently using a go.work file } |
