Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:25 -06:00
parent 0252de8811
commit d7445a26ec
1 changed files with 2 additions and 0 deletions

View File

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