Notes added by 'git notes append'
This commit is contained in:
parent
15a53bf0db
commit
13c18f0bb0
|
@ -116,3 +116,5 @@ func (v *Views) Marshal() ([]byte, error) {
|
||||||
func (v *Views) Unmarshal(data []byte) error {
|
func (v *Views) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:view.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue