Skip to content

Commit

Permalink
suffix .go (#22096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere committed Dec 6, 2023
1 parent 12712c9 commit f8be4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/generator/cmd/v2/common/generation.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func (ctx *GenerateContext) GenerateForSingleRPNamespace(generateParam *Generate
if _, err := os.Stat(filepath.Join(packagePath, "fake")); !os.IsNotExist(err) && changelog.HasBreakingChanges() {
log.Printf("Replace fake module v2+...")
if err = replaceModuleImport(packagePath, generateParam.RPName, generateParam.NamespaceName, previousVersion, version.String(),
"fake", "_server.go"); err != nil {
"fake", ".go"); err != nil {
return nil, err
}
}
Expand Down

0 comments on commit f8be4a3

Please sign in to comment.