summaryrefslogtreecommitdiff
path: root/patchset.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 07:44:07 -0500
committerJeff Carr <[email protected]>2025-09-23 07:44:07 -0500
commit81fc15e743f0c2acfbf2520a9ed2bfbcba431b12 (patch)
tree931e5a37bd3b5e1868d66b5e492cdd7d83c63c42 /patchset.new.go
parent6bfd8c78abf12a6a7a8e7d0932f5160b9abc95e1 (diff)
less confusing patch .proto files
Diffstat (limited to 'patchset.new.go')
-rw-r--r--patchset.new.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/patchset.new.go b/patchset.new.go
index 00bfcc8..1a05427 100644
--- a/patchset.new.go
+++ b/patchset.new.go
@@ -1,9 +1,11 @@
package forgepb
+/*
// makes a new patches protobuf. These are all the patches on your machine.
-func NewPatches() *Patches {
- x := new(Patches)
+func NewPatches() *Patchs {
+ x := new(Patchs)
x.Uuid = "2679065e-c81d-4a00-aca4-03c158a834fb"
x.Version = "v2.0.0 go.wit.com/lib/protobuf/forgepb"
return x
}
+*/