Notes added by 'git notes append'
This commit is contained in:
parent
8c9baeb88f
commit
933a2d4264
|
@ -120,3 +120,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