Skip to content

Issue with package names being converted from UpperCamel case to LowerCamel case. #4498

Closed

Description

If the package name is github.com/OrgName/RepoName, the import statement in the generated code will convert it to the lower camel case of github.com/orgname/reponame.

Command

kiota generate -l go -c PostsClient -n github.com/OrgName/RepoName -d . /path/to/swagger.yaml -o . /go/kiota

Result

Expect
"github.com/OrgName/RepoName/kiota/name"

Actual
"github.com/Orgname/reponame/kiota/name"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Gohelp wantedIssue caused by core project dependency modules or librarytype:bugA broken experience

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions