go/src/os
Brad Fitzpatrick 665a416665 os: fix Args setup on Windows
Should fix the Windows build. Untested.

on Windows, args are made by src/os/exec_windows.go, not package runtime.
runtime·goargs has if(Windows) return;

The two init funcs in pkg os were conflicting, with the second
overwriting Args back to an empty slice.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/143540044
2014-09-24 18:50:54 -04:00
..
exec net: separate NaCl dependent placeholders from BSD's 2014-09-18 19:17:55 +09:00
signal
user
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go
env.go
env_test.go
env_unix_test.go
error.go
error_plan9.go os: handle 'has been removed' error as IsNotExist on Plan 9 2014-09-18 21:16:01 -04:00
error_test.go
error_unix.go
error_windows.go
error_windows_test.go
exec.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
export_test.go
file.go
file_plan9.go
file_posix.go
file_unix.go
file_windows.go
getwd.go
getwd_darwin.go
os_test.go os: skip TestRemoveAllRace on Windows 2014-09-18 20:13:07 -04:00
os_unix_test.go
os_windows_test.go
path.go os: add a comment inside RemoveAll 2014-09-23 14:55:19 -07:00
path_plan9.go
path_test.go
path_unix.go
path_windows.go
pipe_bsd.go
pipe_linux.go
proc.go os: fix Args setup on Windows 2014-09-24 18:50:54 -04: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
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
types.go
types_notwin.go
types_windows.go