Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change the naming scheme of the generated service/*.go to snakecase #51

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

Skyenought
Copy link
Collaborator

What type of PR is this?

fix

What this PR does / why we need it (en: English/zh: Chinese):

en: change the naming scheme of the generated service/*.go to snakecase
zh: 将生成service文件的命名方式改为蛇形命名

before:

CreateArticle.go
CreateArticle_test.go

now:

create_article.go
create_article_test.go

Which issue(s) this PR fixes:

Copy link
Member

@welkeyever welkeyever left a comment

Choose a reason for hiding this comment

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

LGTM, thx~

@welkeyever welkeyever merged commit 511f352 into cloudwego:main Mar 16, 2023
@Skyenought Skyenought deleted the tpl_ branch January 2, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants