Notes added by 'git notes append'
This commit is contained in:
parent
c3c2d34090
commit
d5a5e9e155
|
@ -127,3 +127,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`
|
||||||
|
|
Loading…
Reference in New Issue