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
Proposing we expose the gocuke version via the api I'd guess we'd just use debug.ReadBuildInfo() with a default for untagged versions
debug.ReadBuildInfo()
The text was updated successfully, but these errors were encountered:
Sounds reasonable.
Sorry, something went wrong.
Closed as part of #18
chore: additional usage examples (#18)
4e290f5
Addresses issues: - #16 - #15 Additionally: - Got rid of some linting errors from pre-commit hooks - Couple of instances of shadowing, file access etc, largely minor Co-authored-by: 0xste <[email protected]>
No branches or pull requests
Proposing we expose the gocuke version via the api
I'd guess we'd just use
debug.ReadBuildInfo()
with a default for untagged versionsThe text was updated successfully, but these errors were encountered: