]> Cypherpunks repositories - gostls13.git/commit
net: move DNSConfigError to a portable file
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 31 Jan 2012 21:01:34 +0000 (13:01 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 31 Jan 2012 21:01:34 +0000 (13:01 -0800)
commit549ca930a068ebdf05133656ecde085368e18faa
treeebe00b67809083665b429ce2cffad3d32328d30f
parent64a73b0355ade719894894a4d192fbd6207e4387
net: move DNSConfigError to a portable file

The type being unavailable on Windows was the only API
signature difference in the net package.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5608043
src/pkg/net/dnsconfig.go
src/pkg/net/net.go