Notes added by 'git notes append'
This commit is contained in:
parent
eb65e8b0c0
commit
f31d121f91
|
@ -88,3 +88,5 @@ func (v *GitTags) Marshal() ([]byte, error) {
|
|||
func (v *GitTags) Unmarshal(data []byte) error {
|
||||
return proto.Unmarshal(data, v)
|
||||
}
|
||||
|
||||
// `autogen:gitTag.pb.go`
|
||||
|
|
Loading…
Reference in New Issue