]> Cypherpunks repositories - gostls13.git/commit
net: add a LookupTXT function.
authorNigel Tao <nigeltao@golang.org>
Tue, 13 Sep 2011 03:05:33 +0000 (13:05 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 13 Sep 2011 03:05:33 +0000 (13:05 +1000)
commit40d85fb097c2186a9fd58934c5fa973a986e8bcb
tree50a625eafbc73d5c116c18abb69ff709807a78a5
parentcd269b0c2b0edf4cd85379ffb63b669cbd9d376a
net: add a LookupTXT function.

This CL only supports Unix, not Plan 9 or Windows.

R=rsc
CC=golang-dev
https://golang.org/cl/4996048
src/pkg/net/lookup_plan9.go
src/pkg/net/lookup_test.go
src/pkg/net/lookup_unix.go
src/pkg/net/lookup_windows.go