Notes added by 'git notes append'
This commit is contained in:
parent
6bb60be642
commit
9a17233e0a
|
@ -146,3 +146,5 @@ func (x *ForgeConfigs) InsertByGoPath(y string) *ForgeConfig {
|
||||||
x.ForgeConfigs = append(x.ForgeConfigs, z)
|
x.ForgeConfigs = append(x.ForgeConfigs, z)
|
||||||
return z
|
return z
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:forgeConfig.marshal.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue