Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-19 09:27:00 -06:00
parent b0d85066d7
commit 8bb4deae57
1 changed files with 2 additions and 0 deletions

View File

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