Cross Reference: /solaris-userland/components/golang/docs/go.1
go.1 revision 5329
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
3421N/A<?xml version="1.0" encoding="iso-8859-1"?>
3421N/A<!--Arbortext, Inc., 1988-2008, v.4002-->
3421N/A<!DOCTYPE refentry PUBLIC "-//Sun Microsystems//DTD SolBook-XML 3.7//EN" "xsolbook.dtd" [
3421N/A<!ENTITY % ent SYSTEM "entities.ent">
3421N/A%ent;
3421N/A]>
3421N/A
3421N/A<refentry id="go-1">
3421N/A<refmeta><refentrytitle>go</refentrytitle><manvolnum>1</manvolnum>
3421N/A<refmiscinfo class="date">25 Nov 2015</refmiscinfo>
3421N/A<refmiscinfo class="sectdesc">&man1;</refmiscinfo>
3421N/A<refmiscinfo class="software">&release;</refmiscinfo>
3421N/A<refmiscinfo class="arch">generic</refmiscinfo>
3421N/A<refmiscinfo class="copyright">Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.</refmiscinfo>
3421N/A</refmeta>
3421N/A<refnamediv>
3421N/A<refname>go</refname><refpurpose>a tool for managing Go source code</refpurpose></refnamediv>
3421N/A<refsynopsisdiv><title></title>
3421N/A<synopsis>/usr/bin/go subcommand [arguments]</synopsis>
3421N/A<synopsis>/usr/bin/go doc</synopsis>
5680N/A<synopsis>/usr/bin/go doc &lt;pkg&gt;</synopsis>
3421N/A<synopsis>/usr/bin/go doc &lt;sym&gt;[.&lt;method&gt;]</synopsis>
5680N/A<synopsis>/usr/bin/go doc [&lt;pkg&gt;].&lt;sym&gt;[.&lt;method&gt;]</synopsis>
5680N/A<synopsis>/usr/bin/go doc &lt;pkg&gt; &lt;sym&gt;[.&lt;method&gt;]</synopsis>
5680N/A<synopsis>/usr/bin/go help</synopsis>
3421N/A<synopsis>/usr/bin/go help [subcommand]</synopsis>
3421N/A<synopsis>/usr/bin/go help [topic]</synopsis>
3421N/A<synopsis>/usr/bin/go version</synopsis>
3421N/A</refsynopsisdiv>
3421N/A<refsect1 id="go-1-desc" role="description"><title></title>
3421N/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>
3421N/A</refsect1>
3421N/A<refsect1 role="subcommands"><title></title>
3421N/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>
3421N/A<variablelist termlength="wholeline">
3421N/A<varlistentry><term><command>go help</command> <replaceable>[subcommand|topic]</replaceable></term>
3421N/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>
5680N/A</listitem>
3531N/A</varlistentry>
3531N/A<varlistentry><term><command>go doc</command> <replaceable>[pkg|sym]</replaceable></term>
3421N/A<listitem><para>Show documentation for package or symbol, or source in current directory if none specified.</para>
3421N/A</listitem>
3421N/A</varlistentry>
3421N/A<varlistentry><term><command>go version</command></term>
5680N/A<listitem><para>print Go version.</para>
3421N/A</listitem>
6024N/A</varlistentry>
6024N/A</variablelist>
6024N/A</refsect1>
6024N/A</refentry>
6024N/A