5329N/A<?xml version="1.0" encoding="iso-8859-1"?>
5329N/A<!--Arbortext, Inc., 1988-2008, v.4002-->
5329N/A<!DOCTYPE refentry PUBLIC "-//Sun Microsystems//DTD SolBook-XML 3.7//EN" "xsolbook.dtd" [
5329N/A<!ENTITY % ent SYSTEM "entities.ent">
5329N/A%ent;
5329N/A]>
5329N/A
5329N/A<refentry id="go-1">
5329N/A<refmeta><refentrytitle>go</refentrytitle><manvolnum>1</manvolnum>
5329N/A<refmiscinfo class="date">25 Nov 2015</refmiscinfo>
5329N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
5329N/A<refmiscinfo class="software">&release;</refmiscinfo>
5329N/A<refmiscinfo class="arch">generic</refmiscinfo>
5329N/A<refmiscinfo class="copyright">Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.</refmiscinfo>
5329N/A</refmeta>
5329N/A<refnamediv>
5329N/A<refname>go</refname><refpurpose>a tool for managing Go source code</refpurpose></refnamediv>
5329N/A<refsynopsisdiv><title></title>
5329N/A<synopsis>/usr/bin/go subcommand [arguments]</synopsis>
5329N/A<synopsis>/usr/bin/go doc</synopsis>
5329N/A<synopsis>/usr/bin/go doc &lt;pkg&gt;</synopsis>
5329N/A<synopsis>/usr/bin/go doc &lt;sym&gt;[.&lt;method&gt;]</synopsis>
5329N/A<synopsis>/usr/bin/go doc [&lt;pkg&gt;].&lt;sym&gt;[.&lt;method&gt;]</synopsis>
5329N/A<synopsis>/usr/bin/go doc &lt;pkg&gt; &lt;sym&gt;[.&lt;method&gt;]</synopsis>
5329N/A<synopsis>/usr/bin/go help</synopsis>
5329N/A<synopsis>/usr/bin/go help [subcommand]</synopsis>
5329N/A<synopsis>/usr/bin/go help [topic]</synopsis>
5329N/A<synopsis>/usr/bin/go version</synopsis>
5329N/A</refsynopsisdiv>
5329N/A<refsect1 id="go-1-desc" role="description"><title></title>
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 &lt;https://golang.org/&gt;.</para>
5329N/A</refsect1>
5329N/A<refsect1 role="subcommands"><title></title>
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<variablelist termlength="wholeline">
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>
5329N/A</listitem>
5329N/A</varlistentry>
5329N/A<varlistentry><term><command>go doc</command> <replaceable>[pkg|sym]</replaceable></term>
5329N/A<listitem><para>Show documentation for package or symbol, or source in current directory if none specified.</para>
5329N/A</listitem>
5329N/A</varlistentry>
5329N/A<varlistentry><term><command>go version</command></term>
5329N/A<listitem><para>print Go version.</para>
5329N/A</listitem>
5329N/A</varlistentry>
5329N/A</variablelist>
5329N/A</refsect1>
5329N/A</refentry>