Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 17:57:57 -06:00
parent c6b0c37b78
commit 4819ab3c89
1 changed files with 2 additions and 0 deletions

View File

@ -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`