Notes added by 'git notes append'
This commit is contained in:
parent
a405a6f3b5
commit
b383b8b7f9
|
@ -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