Notes added by 'git notes append'
This commit is contained in:
parent
1b2cd48b4a
commit
b8f5acbf59
|
@ -648,3 +648,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