]> Cypherpunks repositories - gostls13.git/commit
net: rearrange source files so we could run more tests on windows
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 13 Jun 2011 00:22:31 +0000 (10:22 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 13 Jun 2011 00:22:31 +0000 (10:22 +1000)
commit9ded954a3b024ce1d8d73b21475697c6a5f76963
tree5ca11c34f004901e3474ca6726ea76d4dd469901
parent95b8137a16bc6fbc6c924485c6415a6dca2e69fc
net: rearrange source files so we could run more tests on windows

R=rsc
CC=golang-dev
https://golang.org/cl/4603043
src/pkg/net/Makefile
src/pkg/net/dnsclient.go
src/pkg/net/dnsclient_unix.go [new file with mode: 0644]
src/pkg/net/dnsmsg_test.go
src/pkg/net/dnsname_test.go
src/pkg/net/lookup.go [deleted file]
src/pkg/net/lookup_unix.go [new file with mode: 0644]
src/pkg/net/lookup_windows.go [moved from src/pkg/net/resolv_windows.go with 66% similarity]
src/pkg/net/net_test.go