# go doc > Tool for showing documentation for package or symbol. > More information: . - Show documentation for {{Foo}} in the current package: `go doc {{Foo}}` - Show documentation and method summary for {{json.Number}}: `go doc {{json.Number}}`