Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
LGTM modulo the comment below. Tested on windows/386, at least net and net/http tests are passing now. https://codereview.appspot.com/7229050/diff/1/src/pkg/net/sock_windows.go File src/pkg/net/sock_windows.go (right): https://codereview.appspot.com/7229050/diff/1/src/pkg/net/sock_windows.go#new... src/pkg/net/sock_windows.go:45: func sysSocket(f, t, p int) (int, error) { the first return value should be of type syscall.Handle
Thanks. https://codereview.appspot.com/7229050/diff/1/src/pkg/net/sock_windows.go File src/pkg/net/sock_windows.go (right): https://codereview.appspot.com/7229050/diff/1/src/pkg/net/sock_windows.go#new... src/pkg/net/sock_windows.go:45: func sysSocket(f, t, p int) (int, error) { On 2013/01/28 17:30:16, minux wrote: > the first return value should be of type syscall.Handle Done.
*** Submitted as https://code.google.com/p/go/source/detail?r=327ed227a2f7 *** net: fix windows build R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/7229050