Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 00:46:58 -06:00
parent 434c213c2a
commit d05baf1b47
1 changed files with 2 additions and 0 deletions

View File

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