Like go doc but with colors.
$ go install github.com/VoxelPrismatic/godoc@latest
Accepts all the arguments and flags go doc works with. Godoc is just a simple wrapper around the go doc tool.
Example:
$ godoc io.Writer$ godoc os.WriteFile$ godoc github.com/tree-sitter/go-tree-sitter.CaptureQuantifierZero$ godoc fs.FileInfoUnlike other forks of godocc, this uses TreeSitter for the sole purpose
of using your terminal's highlighting. Absolutely no color or styling customization
is provided in the command line; just your standard ANSI colors.



