Skip to content

Commit

Permalink
chore: delete comment; this has been replaced with Git project issue
Browse files Browse the repository at this point in the history
Signed-off-by: Florin-Mihai Anghel <fanghel@google.com>
  • Loading branch information
anghelflorinm committed Oct 10, 2024
1 parent c766e83 commit 087b76b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/generate/golang/golang.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var Cmd = &cobra.Command{
Long: `Generate Golang flag accessors for OpenFeature.`,
RunE: func(cmd *cobra.Command, args []string) error {
params := golang.Params{
// Probably some conversion applied here, toLower and remove special characters.
GoPackage: viper.GetString(flagkeys.GoPackageName),
}
gen := golang.NewGenerator(params)
Expand Down

0 comments on commit 087b76b

Please sign in to comment.