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