We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
atgen は template 内の AtgenRequestBody などを置き換えるように作られているが、実際に AtgenRequestBody は存在しないので、template をエディタなどで開くと記述ミスとして解釈されてしまい煩わしい。また、ミスの元となる。
以下のように、置き換え対象の placeholder みたいなものを atgen package から提供すると良いと思った。
atgenReqBody, _ := atgem.AtgenRequestBody()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why
atgen は template 内の AtgenRequestBody などを置き換えるように作られているが、実際に AtgenRequestBody は存在しないので、template をエディタなどで開くと記述ミスとして解釈されてしまい煩わしい。また、ミスの元となる。
How
以下のように、置き換え対象の placeholder みたいなものを atgen package から提供すると良いと思った。
The text was updated successfully, but these errors were encountered: