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
Just as the official Go code base, we should automatically generate all our documentation.
Also example-code can be documented using only Go itself: https://pkg.go.dev/fmt#example-package-Formats The examples are even tested if they really produce the expected output — super nice! Also see https://github.com/golang/go/blob/8edcdddb23c6d3f786b465c43b49e8d9a0015082/src/fmt/example_test.go#L16-L24
Refs #2344
No response
The text was updated successfully, but these errors were encountered:
Sounds good idea. Most part of our docs can be generated automatically.
Sorry, something went wrong.
@efectn mind i take a stab at this as part of this year's hacktoberfest?
No branches or pull requests
Feature Description
Just as the official Go code base, we should automatically generate all our documentation.
Also example-code can be documented using only Go itself: https://pkg.go.dev/fmt#example-package-Formats
The examples are even tested if they really produce the expected output — super nice! Also see https://github.com/golang/go/blob/8edcdddb23c6d3f786b465c43b49e8d9a0015082/src/fmt/example_test.go#L16-L24
Refs #2344
Additional Context (optional)
No response
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: