01Reports Go environment details including GOROOT, GOBIN, and Go version
02Provides all exported symbols for Go packages within the current project
03Lists all standard Go packages with their documentation and symbols
04Identifies all modules used in the current project, respecting `go mod` directives
05Exposes all packages defined by the current project with their respective documentation
060 GitHub stars