Notes added by 'git notes append'
This commit is contained in:
parent
fcb4d7f3a7
commit
6f103253a7
|
@ -83,3 +83,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