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
What does template_params do and how to use it? I tried to understand, but it looks that it's just redundant in terms of the main package.
template_params
main
Or is there some hidden magic I miss?
The text was updated successfully, but these errors were encountered:
It was introduced in #90, for users who want to call gotests from a separate binary.
Sorry, something went wrong.
Sorry, I mean what this param does in main.go, as argument it does nothing. TemplateParams is quite clear down the road of the output package.
main.go
TemplateParams
output
You're right, it looks like a bug where I forgot to pass it to the Options in #90. Would you like to send a PR to fix it?
You have already assigned this to me =), but I will put this in the queue as time isn't my best friend.
butuzov
No branches or pull requests
What does
template_params
do and how to use it? I tried to understand, but it looks that it's just redundant in terms of themain
package.Or is there some hidden magic I miss?
The text was updated successfully, but these errors were encountered: