Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-16 00:36:27 -06:00
parent a405a6f3b5
commit b383b8b7f9
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`