commit | 7118195da3963292160c933bd99f4ce0b4aeabc2 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Aug 13 14:08:39 2014 -0700 |
committer | Rob Pike <r@golang.org> | Wed Aug 13 14:08:39 2014 -0700 |
tree | fc14927a4a9b47f49679b9582dfd1da0d16a1819 | |
parent | 9e072b55ca91ca991a92c297e423d94f46f6f2b4 [diff] |
go.sys/windows: grab Syscall interface from the standard syscall package Also provide stubs to call loadlibrary and getprocaddress, which are implemented for package syscall by runtime/syscall_windows.goc. Should get the windows go.sys build closer to green. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://golang.org/cl/126170043