Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-11 06:15:40 -06:00
parent 254ca4d434
commit 8b15eed287
1 changed files with 2 additions and 0 deletions

View File

@ -70,3 +70,5 @@ func (x *Files) Append(y *File) {
x.Files = append(x.Files, y)
}
// `autogen:file.marshal.pb.go`