add a nameserver implementation

Ans some fixes and tweaks in the core code.
This commit is contained in:
Miek Gieben 2011-07-26 19:16:02 +02:00
parent 44a48b10f3
commit 2a19a54a9c
1 changed files with 9 additions and 0 deletions

9
_examples/ns/ns.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"dns"
)
func main() {
}