go.1 revision 5329
5329N/A<!ENTITY % ent SYSTEM "entities.ent">
5329N/A<refmiscinfo class="copyright">Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.</refmiscinfo>
5329N/A<refname>go</refname><refpurpose>a tool for managing Go source code</refpurpose></refnamediv>
5329N/A<para><command>go</command> is a tool for managing Go source code. The <command>go doc</command> 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/>.</para>
5329N/A<para>Only a few subcommands are documented here; refer to <command>go help</command> for a complete list of subcommands and topics, and refer to <command>go doc go</command> for complete documentation:</para>
5329N/A<varlistentry><term><command>go help</command> <replaceable>[subcommand|topic]</replaceable></term>
5329N/A<listitem><para>Without any arguments, displays a list of subcommands and available topics. Use <command>go help <replaceable>subcommand</replaceable></command> for more information about a subcommand.</para>