Notes added by 'git notes append'
This commit is contained in:
parent
434c213c2a
commit
d05baf1b47
|
@ -112,3 +112,5 @@ func (v *Table) Marshal() ([]byte, error) {
|
||||||
func (v *Table) Unmarshal(data []byte) error {
|
func (v *Table) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:table.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue