Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-17 06:22:10 -06:00
parent 1c13c20b8f
commit f57070c3b0
1 changed files with 2 additions and 0 deletions

View File

@ -1227,3 +1227,5 @@ func (v *Repo) Marshal() ([]byte, error) {
func (v *Repo) Unmarshal(data []byte) error { func (v *Repo) Unmarshal(data []byte) error {
return proto.Unmarshal(data, v) return proto.Unmarshal(data, v)
} }
// `autogen:repo.pb.go`