go/src
Ian Lance Taylor d23973d23c cmd/go: document environment variables
This adds documentation for all the environment variables I could
locate in the go tool and the commands that it invokes.

Fixes #9672.

Change-Id: Id5f09160a3a8a938af4a3fcb8757eb3eced05416
Reviewed-on: https://go-review.googlesource.com/12620
Reviewed-by: Rob Pike <r@golang.org>
2015-07-24 05:19:09 +00:00
..
archive all: link to https instead of http 2015-07-11 14:36:33 +00:00
bufio bufio: Remove unneeded error initialization 2015-07-18 18:05:23 +00:00
builtin builtin: remove errant space in hyphenated adjective phrase 2015-06-28 21:41:38 +00:00
bytes Revert "bytes: document that Buffer values must not be copied" 2015-07-23 18:34:49 +00:00
cmd cmd/go: document environment variables 2015-07-24 05:19:09 +00:00
compress all: link to https instead of http 2015-07-11 14:36:33 +00:00
container
crypto crypto/elliptic: call IsOnCurve via the interface. 2015-07-22 17:37:36 +00:00
database/sql database/sql: document closing requirements for Stmts 2015-07-15 04:31:41 +00:00
debug debug/pe: truncate pe sections to their size in memory 2015-07-10 03:33:38 +00:00
encoding encoding/xml: EncodeToken silently eats tokens with invalid type 2015-07-23 14:16:01 +00:00
errors
expvar
flag flag: add comment stating that Set is called in sequence across the command line 2015-07-16 05:33:47 +00:00
fmt fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
go go/types: fix suspect or 2015-07-23 22:50:40 +00:00
hash
html all: link to https instead of http 2015-07-11 14:36:33 +00:00
image image/color: fix format typo in the tests. 2015-07-16 01:41:34 +00:00
index/suffixarray
internal internal/trace: fix fuzzer crashers 2015-07-18 19:51:50 +00:00
io io: tweak Reader comment 2015-06-29 21:17:47 +00:00
log
math math/big: document rounding for Rat.FloatToString 2015-07-22 19:47:19 +00:00
mime all: link to https instead of http 2015-07-11 14:36:33 +00:00
net net: make GODEBUG=netdns=cgo force cgo as documented 2015-07-23 01:37:15 +00:00
os os/exec: close read pipe if copy to io.Writer fails 2015-07-22 21:37:18 +00:00
path all: link to https instead of http 2015-07-11 14:36:33 +00:00
reflect cmd/compile: fix PtrTo(t) for unnamed t with embedded fields 2015-07-15 05:36:27 +00:00
regexp
runtime runtime: fix runtime·raise for dragonfly amd64 2015-07-24 05:16:19 +00:00
sort
strconv strconv: add examples to package 2015-07-22 16:00:21 +00:00
strings all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
sync sync: disable flaky WaitGroup misuse test in short mode 2015-06-29 18:44:52 +00:00
syscall syscall: warn not to use FormatMessage 2015-07-21 02:26:27 +00:00
testing runtime/trace: add new package 2015-07-22 15:47:16 +00:00
text
time time: make it clearer how to format a fractional second 2015-07-15 05:13:05 +00:00
unicode unicode: upgrade to 8.0.0 2015-06-26 18:01:29 +00:00
unsafe
Make.dist
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: robust cleanup in case of failure. 2015-07-17 21:12:12 +00:00
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
make.rc
nacltest.bash
race.bash all: link to https instead of http 2015-07-11 14:36:33 +00:00
race.bat all: link to https instead of http 2015-07-11 14:36:33 +00:00
run.bash
run.bat
run.rc