mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-19 00:35:42 +02:00
16 lines
267 B
Markdown
16 lines
267 B
Markdown
![]() |
# godoc
|
||
|
|
||
|
> Show documentation for go packages.
|
||
|
|
||
|
- Display help for package "fmt":
|
||
|
|
||
|
`godoc {{fmt}}`
|
||
|
|
||
|
- Display help for the function "Printf" of "fmt" package:
|
||
|
|
||
|
`godoc {{fmt}} {{Printf}}`
|
||
|
|
||
|
- Serve documentation as a web server on port "6060":
|
||
|
|
||
|
`godoc -http=:{{6060}}`
|