Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-20 08:21:55 -06:00
parent 70af8e265f
commit c5beab01c1
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`