mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 21:04:55 +02:00
280 B
280 B
go doc
Tool for showing documentation for package or symbol. More information: https://golang.org/cmd/go/.
- Show documentation for {{Foo}} in the current package:
go doc {{Foo}}
- Show documentation and method summary for {{json.Number}}:
go doc {{json.Number}}