Notes added by 'git notes append'
This commit is contained in:
parent
f61ca7fe14
commit
438e8d4f06
|
@ -1319,3 +1319,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