1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:11:21 -06:00
go/src/pkg/exec
Russ Cox 0c54225b51 remove nacl
The recent linker changes broke NaCl support
a month ago, and there are no known users of it.

The NaCl code can always be recovered from the
repository history.

R=adg, r
CC=golang-dev
https://golang.org/cl/3671042
2010-12-15 11:49:23 -05:00
..
exec_test.go exec: enable tests on windows 2010-11-13 11:15:09 +11:00
exec.go exec.LookPath() unix/windows separation 2010-09-12 17:38:36 +10:00
lp_unix.go exec.LookPath: return os.PathError instad of os.ENOENT, it's more descriptive. 2010-12-07 15:57:00 -05:00
lp_windows.go exec.LookPath: return os.PathError instad of os.ENOENT, it's more descriptive. 2010-12-07 15:57:00 -05:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00