Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 08:21:38 -06:00
parent d1a49cd1b6
commit 8fc794e2ae
1 changed files with 2 additions and 0 deletions

View File

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