2 .\" Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
3 .TH go 1 "25 Nov 2015" "SunOS 5.11" "User Commands"
5 go \- a tool for managing Go source code
12 /usr/bin/go subcommand [arguments]
30 /usr/bin/go doc <sym>[\&.<method>]
36 /usr/bin/go doc [<pkg>]\&.<sym>[\&.<method>]
42 /usr/bin/go doc <pkg> <sym>[\&.<method>]
54 /usr/bin/go help [subcommand]
60 /usr/bin/go help [topic]
73 \fBgo\fR is a tool for managing Go source code\&. The \fBgo doc\fR subcommand gives you access to all of the documentation that comes with Go\&. You can get more documentation, tutorials and community support online at <https://golang\&.org/>\&.
79 Only a few subcommands are documented here; refer to \fBgo help\fR for a complete list of subcommands and topics, and refer to \fBgo doc go\fR for complete documentation:
85 \fB\fBgo help\fR \fI[subcommand|topic]\fR\fR
90 Without any arguments, displays a list of subcommands and available topics\&. Use \fBgo help \fIsubcommand\fR\fR for more information about a subcommand\&.
97 \fB\fBgo doc\fR \fI[pkg|sym]\fR\fR
102 Show documentation for package or symbol, or source in current directory if none specified\&.
109 \fB\fBgo version\fR\fR