meshname/meshname_test.go
2021-05-27 08:24:07 -04:00

15 lines
205 B
Go

package meshname
import (
"context"
"testing"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
)
func TestMeshname(t *testing.T) {
}