meship/meship_test.go

13 lines
176 B
Go
Raw Permalink Normal View History

2021-10-25 15:15:58 +00:00
package meship
import (
"context"
"testing"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
)
func TestMeship(t *testing.T) {
}