When running `openfeature generate`, the descriptions for the various languages are not consistent. For example, the Go description does not mention Go. ``` ❯ openfeature generate Available generators: Generator | Description | Stability csharp | Generate typesafe C# client. | alpha go | Generate typesafe accessors for OpenFeature. | alpha java | Generate typesafe Java client. | alpha nestjs | Generate typesafe NestJS decorators. | alpha nodejs | Generate typesafe Node.js client. | alpha python | Generate typesafe Python client. | alpha react | Generate typesafe React Hooks. | alpha ```