diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 21:40:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 21:40:15 -0500 |
| commit | ef00352a0bc0616f2b55554a3ac6351d0edba25f (patch) | |
| tree | bf1c7b72aaf3af1525fb0f4742757d655ca48c3e /patchset.new.go | |
| parent | 235fe57beb75f147862fadbf5884fad4e8a011f3 (diff) | |
rm old code
Diffstat (limited to 'patchset.new.go')
| -rw-r--r-- | patchset.new.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patchset.new.go b/patchset.new.go new file mode 100644 index 0000000..00bfcc8 --- /dev/null +++ b/patchset.new.go @@ -0,0 +1,9 @@ +package forgepb + +// makes a new patches protobuf. These are all the patches on your machine. +func NewPatches() *Patches { + x := new(Patches) + x.Uuid = "2679065e-c81d-4a00-aca4-03c158a834fb" + x.Version = "v2.0.0 go.wit.com/lib/protobuf/forgepb" + return x +} |
