]> Cypherpunks repositories - gostls13.git/commit
exec.LookPath() unix/windows separation
authorJoe Poirier <jdpoirier@gmail.com>
Sun, 12 Sep 2010 07:38:36 +0000 (17:38 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sun, 12 Sep 2010 07:38:36 +0000 (17:38 +1000)
commitb155a76a407f8f3f8b48aeeb74d98b25ba27bab4
tree4abaa41121337a25131111e16fc6372e5398b3fb
parente181bf6e2ffe55014170621b01a09f2d2bbfcf97
exec.LookPath() unix/windows separation

R=brainman, rsc, vcc, rsc1
CC=golang-dev
https://golang.org/cl/2068041
src/pkg/exec/Makefile
src/pkg/exec/exec.go
src/pkg/exec/exec_test.go
src/pkg/exec/lp_unix.go [new file with mode: 0644]
src/pkg/exec/lp_windows.go [new file with mode: 0644]