gobyexample/046-dns/046-dns.go
2012-09-23 12:11:48 -04: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
}