summaryrefslogtreecommitdiff
path: root/debian/man/go-env.1
blob: 48a506dcd6b64850ae6f7f9ac944d3b26660ef8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.\"                                      Hey, EMACS: -*- nroff -*-
.TH GO-ENV 1 "2012-05-13"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
go \- tool for managing Go source code
.SH SYNOPSIS
.B go env
.RB [
.IR "var ..."
.RB ]
.SH DESCRIPTION
Env prints Go environment information.

By default env prints information as a shell script
(on Windows, a batch file).  If one or more variable
names is given as arguments,  env prints the value of
each named variable on its own line.
.SH AUTHOR
.PP
This manual page was written by Michael Stapelberg <stapelberg@debian.org>,
for the Debian project (and may be used by others).