dns/zone_test.go

11 lines
104 B
Go
Raw Normal View History

2012-08-25 22:59:05 +10:00
package dns
import (
"testing"
)
func TestInsert(t *testing.T) {
}
func TestRemove(t *testing.T) {
}