Skip to content

Conversation

@thzgajendra
Copy link

@thzgajendra thzgajendra commented Oct 30, 2025

Copy link
Member

@coolwednesday coolwednesday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Go, file names use all lowercase with optional underscores (e.g., user_service.go), while function names use camelCase for unexported and PascalCase for exported ones (e.g., getUser(), GetUser()).

Capitalization in Go determines visibility — uppercase = exported, lowercase = package-private.

Currently both go to CamelCase. Can you check and fix this. ( we need exported so pascalcase needs to be used )

@Umang01-hash
Copy link
Member

@thzgajendra Are you still working on this PR? If yes, can you please resolve the review comment given above.

Thankyou

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix gofr migrate command to generate functions in CamelCase

3 participants