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