go-doc

Retrieve Go package documentation using go doc .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "go-doc" with this command: npx skills add caarlos0/dotfiles/caarlos0-dotfiles-go-doc

Go Documentation

Retrieve Go package documentation using go doc .

Workflow

  • Check go.mod for package version (use that version, or @latest if not found)

  • Fetch package if needed: go get package/path@version

  • 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

go-performance

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-local

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-simplifier

No summary provided by upstream source.

Repository SourceNeeds Review