go-doc

SKILL.md

Go Documentation

Retrieve Go package documentation using go doc.

Workflow

  1. Check go.mod for package version (use that version, or @latest if not found)
  2. Fetch package if needed: go get package/path@version
  3. Run go doc package/path or go doc package/path.Symbol

Key Flags

  • -src - Show source code
  • -all - Show all symbols in package
  • -u - Include unexported symbols
Weekly Installs
23
GitHub Stars
205
First Seen
Jan 24, 2026
Installed on
codex19
opencode19
gemini-cli18
cursor18
claude-code17
antigravity15