1
0
mirror of https://github.com/golang/go synced 2024-10-03 18:21:21 -06:00
go/src/pkg/os
Rob Pike d330c712c1 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
2009-06-26 20:28:41 -07:00
..
dir_darwin_386.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
dir_darwin_amd64.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
dir_linux_386.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
dir_linux_amd64.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
env.go Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
error.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
exec.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
file.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
getwd.go Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
Makefile mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
os_test.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
path_test.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
path.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
proc.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
stat_darwin_386.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_darwin_amd64.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_linux_386.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_linux_amd64.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
time.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
types.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00