.\" 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 , for the Debian project (and may be used by others).