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