gobyexample/046-dns.go
Mark McGranaghan 354a9d862f reorder
2012-09-21 07:54:20 -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
}