Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-15 07:33:32 -06:00
parent dca432307d
commit 244a738f6c
1 changed files with 2 additions and 0 deletions

View File

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