Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2024-12-13 18:09:15 -06:00
parent ff56d0f2ae
commit 282aeeb17d
1 changed files with 2 additions and 0 deletions

View File

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