Notes added by 'git notes append'
This commit is contained in:
parent
e5563b0bf5
commit
1e62d05956
|
@ -717,3 +717,5 @@ func (v *Packages) Marshal() ([]byte, error) {
|
||||||
func (v *Packages) Unmarshal(data []byte) error {
|
func (v *Packages) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:package.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue