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