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
OptionFunc
Given code:
package foo type FooOptions struct { //options:name AssignA a string }
Generate an OptionFunc with a different name:
func (fo *FooOption) AssignA(a string) options.Option { // etc }
The exact directive semantics are TBD, and will depend on the complete set of functionality to be baked into this tool.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given code:
Generate an OptionFunc with a different name:
The exact directive semantics are TBD, and will depend on the complete set of functionality to be baked into this tool.
The text was updated successfully, but these errors were encountered: