summaryrefslogtreecommitdiff
path: root/patchset.new.go
diff options
context:
space:
mode:
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
+}