Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-07 19:15:25 -06:00
parent d2e7a59bc1
commit 5b7606ed97
1 changed files with 2 additions and 0 deletions

View File

@ -117,3 +117,5 @@ func (v *Machine) Marshal() ([]byte, error) {
func (v *Machine) Unmarshal(data []byte) error {
return proto.Unmarshal(data, v)
}
// `autogen:machine.pb.go`