diff options
author | Ian Lance Taylor <iant@google.com> | 2015-01-23 01:42:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2015-01-23 01:42:08 +0000 |
commit | c92e723dc86c92732a565a6879b6608b1180ec49 (patch) | |
tree | 7aebfcb2a5518d8b6a4fc1360a7683cd862070ea /gotools/go.1 | |
parent | c23dfd077f148c05218078c69128e58d04dfa91c (diff) | |
download | gcc-c92e723dc86c92732a565a6879b6608b1180ec49.tar.gz |
re PR go/64595 (go programs abort when debug info is stripped)
PR go/64595
* go.1, gofmt.1: New files.
* Makefile.am (man_MANS): New variable.
* Makefile.in: Rebuild.
From-SVN: r220022
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) |