mirror of
https://github.com/miekg/dns.git
synced 2025-08-18 23:41:00 +02:00
11 lines
104 B
Go
11 lines
104 B
Go
package dns
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestInsert(t *testing.T) {
|
|
}
|
|
func TestRemove(t *testing.T) {
|
|
}
|