Notes added by 'git notes append'
This commit is contained in:
parent
40c9fc6c00
commit
12992998d3
|
@ -97,3 +97,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