Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-15 15:55:47 -06:00
parent cb07f1bf24
commit a404e4fac0
1 changed files with 2 additions and 0 deletions

View File

@ -1325,3 +1325,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`