diff options
Diffstat (limited to 'gotools/go.1')
-rw-r--r-- | gotools/go.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gotools/go.1 b/gotools/go.1 new file mode 100644 index 00000000000..165c8ece127 --- /dev/null +++ b/gotools/go.1 @@ -0,0 +1,12 @@ +.TH go "1" "January 2015" "Go" "User Commands" +.SH NAME +go \- build, test, install Go programs +.SH SYNOPSIS +.B go +\fIcommand\fR [\fIarguments\fR] +.SH DESCRIPTION +.PP +A tool for managing Go source code. For full documentation run +\fBgo help\fR or see \fBhttp://golang.org/cmd/go\fR. +.SH "SEE ALSO" +.IR gofmt (1) |