summaryrefslogtreecommitdiff
path: root/patchset.new.go
blob: 00bfcc831c7aa22e91612f1f043ead02922c47c4 (plain)
1
2
3
4
5
6
7
8
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
}