Notes added by 'git notes append'
This commit is contained in:
parent
b6b51f6dce
commit
3bc583c49e
|
@ -101,3 +101,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