Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-17 23:31:12 -06:00
parent 9dd96b460f
commit 7a6d26df1f
1 changed files with 2 additions and 0 deletions

View File

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