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