summaryrefslogtreecommitdiff
path: root/patchset.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 21:40:15 -0500
committerJeff Carr <[email protected]>2025-09-11 21:40:15 -0500
commitef00352a0bc0616f2b55554a3ac6351d0edba25f (patch)
treebf1c7b72aaf3af1525fb0f4742757d655ca48c3e /patchset.new.go
parent235fe57beb75f147862fadbf5884fad4e8a011f3 (diff)
rm old code
Diffstat (limited to 'patchset.new.go')
-rw-r--r--patchset.new.go9
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
+}