meshname/meshname_test.go

15 lines
205 B
Go
Raw Permalink Normal View History

2021-05-27 12:24:07 +00:00
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) {
}