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