]> Cypherpunks repositories - gostls13.git/commit
Getenv: almost no one wants the error, so make it return a string that may be empty.
authorRob Pike <r@golang.org>
Sat, 27 Jun 2009 03:28:41 +0000 (20:28 -0700)
committerRob Pike <r@golang.org>
Sat, 27 Jun 2009 03:28:41 +0000 (20:28 -0700)
commitd330c712c12397f50261ca30666b5cb35383a33d
tree2e0686297383ebaa5c2d998726a235075bb2c593
parentac7f2152eb21cf605e291c3b06199751a0f1d5d2
Getenv: almost no one wants the error, so make it return a string that may be empty.
Getenverror is the new name for the old routine that returns an error too.

R=rsc
DELTA=35  (7 added, 7 deleted, 21 changed)
OCL=30818
CL=30821
src/cmd/gobuild/gobuild.go
src/cmd/gobuild/util.go
src/cmd/godoc/godoc.go
src/pkg/exec/exec.go
src/pkg/os/env.go
src/pkg/os/getwd.go
src/pkg/time/zoneinfo.go
test/env.go