gobyexample/xx-dns.go
2012-09-20 20:49:36 -07:00

8 lines
112 B
Go

package main
import ("net/dns", "fmt")
func main() {
// https://github.com/miekg/dns/blob/master/ex/q/q.go
}