Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 01:05:04 -06:00
parent da676468b8
commit 69b23dff37
1 changed files with 2 additions and 0 deletions

View File

@ -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`