Notes added by 'git notes append'
This commit is contained in:
parent
d1a49cd1b6
commit
8fc794e2ae
|
@ -121,3 +121,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