gobyexample/047-dns.go
2012-09-20 22:09:22 -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
}