Makefile fixes: (#1892)

Correctly set the path for the presubmits, fix some typos and make
the goimport target do the linting to the lint target can be removed.

Also don't make it a fatal error because gofmt changes between releases.
This commit is contained in:
Miek Gieben
2018-06-21 12:34:02 +01:00
committed by Yong Tang
parent 422aec5f5f
commit ad8021230c
4 changed files with 12 additions and 17 deletions

View File

@@ -2,9 +2,10 @@ package kubernetes
import (
"context"
"testing"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
"testing"
"github.com/miekg/dns"
)