1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:04:44 -07:00
go/src/os
Rob Pike e8c0d0f2f3 os: add LookupEnv, like Getenv but reports presence
Fixes #9676.

Change-Id: I32fe474cdfa09aff91daa4b10ac4df28ffdaa649
Reviewed-on: https://go-review.googlesource.com/9741
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-05-05 21:05:12 +00:00
..
exec os/exec: Document the fact that Cmd cannot be reused. 2015-04-29 21:08:07 +00:00
signal runtime: really pass return value to Windows in externalthreadhandler 2015-04-15 05:03:42 +00:00
user
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go
env_test.go os: add LookupEnv, like Getenv but reports presence 2015-05-05 21:05:12 +00:00
env_unix_test.go
env.go os: add LookupEnv, like Getenv but reports presence 2015-05-05 21:05:12 +00:00
error_plan9.go
error_test.go
error_unix.go
error_windows.go
error.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
exec.go
export_test.go
file_darwin.go os: set TMPDIR on darwin/arm 2015-03-02 18:46:11 +00:00
file_plan9.go strings: use LastIndexByte in LastIndex 2015-04-30 08:33:29 +00:00
file_posix.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
file_unix.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
file_windows.go os: windows Rename should overwrite destination file. 2015-04-09 08:39:52 +00:00
file.go os: don't return Chmod's error from Mkdir and OpenFile 2015-03-20 18:33:00 +00:00
getwd_darwin.go
getwd.go
os_test.go os: fix TestProgWideChdir on darwin 2015-04-13 22:26:15 +00:00
os_unix_test.go
os_windows_test.go
path_plan9.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_test.go os: adjust working dir for darwin/arm64 tests 2015-04-12 11:51:59 +00:00
path_unix.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_windows.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path.go
pipe_bsd.go
pipe_linux.go
proc.go os: give race detector chance to override Exit(0) 2015-03-28 12:42:37 +00:00
stat_darwin.go
stat_dragonfly.go
stat_freebsd.go
stat_linux.go
stat_nacl.go
stat_netbsd.go
stat_openbsd.go
stat_plan9.go
stat_solaris.go
stat_windows.go
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go os: Use GetComputerNameEx to get Hostname on win32 2015-02-25 23:16:44 +00:00
types_notwin.go
types_windows.go
types.go os: clarify that ModePerm permission bits are the Unix ones 2015-04-16 16:42:10 +00:00