debian man page for go-doc

Query: go-doc

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GO-DOC(1)						      General Commands Manual							 GO-DOC(1)

NAME
go - tool for managing Go source code
SYNOPSIS
go doc [-n] [-x] [ packages ]
DESCRIPTION
Doc runs the godoc command on the packages named by the import paths. For more about godoc, see 'godoc godoc'. For more about specifying packages, see go-packages(7). To run godoc with specific options, run godoc itself.
OPTIONS
-n The -n flag causes tool to print the command that would be executed but not execute it. -x The -x flag causes clean to print remove commands as it executes them.
SEE ALSO
godoc(1).
AUTHOR
This manual page was written by Michael Stapelberg <stapelberg@debian.org>, for the Debian project (and may be used by others). 2012-06-15 GO-DOC(1)
Related Man Pages
go-get(1) - debian
go-test(1) - debian
go(1) - debian
godoc(1) - debian
go-testflag(7) - debian
Similar Topics in the Unix Linux Community
Best Method For Query Content In Large JSON Files