~ubuntu-branches/ubuntu/saucy/golang/saucy

« back to all changes in this revision

Viewing changes to debian/man/go-tool.1

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý, Ondřej Surý, Michael Stapelberg
  • Date: 2012-06-28 12:14:15 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120628121415-w1b0076ixkarr1ml
[ Ondřej Surý ]
* Imported Upstream version 1.0.2
* Update Vcs fields to reflect new git repository location
* Kill get-orig-source, since 1.0.0, the tarballs can be downloaded
  from webpage

[ Michael Stapelberg ]
* golang-mode: use debian-pkg-add-load-path-item (Closes: #664802)
* Add manpages (Closes: #632964)
* Use updated pt.po from Pedro Ribeiro (Closes: #674958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.TH GO-TOOL 1 "2012-05-13"
 
3
.\" Please adjust this date whenever revising the manpage.
 
4
.SH NAME
 
5
go \- tool for managing Go source code
 
6
.SH SYNOPSIS
 
7
.B go tool
 
8
.RB [\|\-n\|]
 
9
.IR command
 
10
.RB [
 
11
.IR args...
 
12
.RB ]
 
13
.SH DESCRIPTION
 
14
Tool runs the go tool command identified by the arguments.
 
15
With no arguments it prints the list of known tools.
 
16
.SH OPTIONS
 
17
.TP
 
18
.B \-n
 
19
The \-n flag causes tool to print the command that would be
 
20
executed but not execute it.
 
21
.P
 
22
For more about each tool command, see 'go tool command \-h'.
 
23
.SH AUTHOR
 
24
.PP
 
25
This manual page was written by Michael Stapelberg <stapelberg@debian.org>,
 
26
for the Debian project (and may be used by others).