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