python/stevedore: update to 5.4.0
[oi-userland.git] / components / developer / golang-18 / files / go.1
blob56512cd10f41a076f54ef0568ebd3d0c69cbf84f
1 '\" te
2 .\" Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
3 .TH go 1 "25 Nov 2015" "SunOS 5.11" "User Commands"
4 .SH NAME
5 go \- a tool for managing Go source code
7 .SH SYNOPSIS
10 .LP
11 .nf
12 /usr/bin/go subcommand [arguments]
13 .fi
16 .LP
17 .nf
18 /usr/bin/go doc
19 .fi
22 .LP
23 .nf
24 /usr/bin/go doc <pkg>
25 .fi
28 .LP
29 .nf
30 /usr/bin/go doc <sym>[\&.<method>]
31 .fi
34 .LP
35 .nf
36 /usr/bin/go doc [<pkg>]\&.<sym>[\&.<method>]
37 .fi
40 .LP
41 .nf
42 /usr/bin/go doc <pkg> <sym>[\&.<method>]
43 .fi
46 .LP
47 .nf
48 /usr/bin/go help
49 .fi
52 .LP
53 .nf
54 /usr/bin/go help [subcommand]
55 .fi
58 .LP
59 .nf
60 /usr/bin/go help [topic]
61 .fi
64 .LP
65 .nf
66 /usr/bin/go version
67 .fi
69 .SH DESCRIPTION
71 .sp
72 .LP
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/>\&.
75 .SH SUB-COMMANDS
77 .sp
78 .LP
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:
81 .sp
82 .ne 2
83 .mk
84 .na
85 \fB\fBgo help\fR \fI[subcommand|topic]\fR\fR
86 .ad
87 .br
88 .sp .6
89 .RS 4n
90 Without any arguments, displays a list of subcommands and available topics\&.  Use \fBgo help \fIsubcommand\fR\fR for more information about a subcommand\&.
91 .RE
93 .sp
94 .ne 2
95 .mk
96 .na
97 \fB\fBgo doc\fR \fI[pkg|sym]\fR\fR
98 .ad
99 .br
100 .sp .6
101 .RS 4n
102 Show documentation for package or symbol, or source in current directory if none specified\&.
106 .ne 2
109 \fB\fBgo version\fR\fR
112 .sp .6
113 .RS 4n
114 print Go version\&.