dns/_examples/ns/ns.go
Miek Gieben 2a19a54a9c add a nameserver implementation
Ans some fixes and tweaks in the core code.
2011-07-26 19:16:02 +02:00

10 lines
58 B
Go

package main
import (
"dns"
)
func main() {
}