add empty testfile

This commit is contained in:
Miek Gieben 2012-08-25 14:59:05 +02:00
parent 9de9ce4424
commit 0d148c2369
1 changed files with 10 additions and 0 deletions

10
zone_test.go Normal file
View File

@ -0,0 +1,10 @@
package dns
import (
"testing"
)
func TestInsert(t *testing.T) {
}
func TestRemove(t *testing.T) {
}