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

最低限のドキュメントを追加 #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

最低限のドキュメントを追加 #62

wants to merge 3 commits into from

Conversation

yukatayu
Copy link
Contributor

Resolve #59

@yukatayu yukatayu requested review from moezakura and 54m August 14, 2020 08:12
@yukatayu yukatayu self-assigned this Aug 14, 2020
@@ -107,6 +107,7 @@ func (g *generator) setting() {
g.RepositoryStructName = strcase.ToLowerCamel(g.RepositoryInterfaceName)
}

// generates "(.*)_gen.go"
Copy link
Collaborator

Choose a reason for hiding this comment

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

https://golang.org/doc/effective_go.html#commentary

各種コメントは // Name で始めなければいけないという制約があるので(今回の場合 // generate ) 修正お願いできますでしょうか

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.

簡易なドキュメンテーション
2 participants