Open
Description
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:
- I agree to follow Fiber's Code of Conduct.
- I have checked for existing issues that describe my suggestion prior to opening this one.
- I understand that improperly formatted feature requests may be closed without explanation.