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