Notes added by 'git notes append'
This commit is contained in:
parent
dc3f2a3944
commit
8116dac0a4
|
@ -1321,3 +1321,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