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

@ -7,13 +7,13 @@ import (
"fmt"
"net"
"github.com/coredns/coredns/pb"
"github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc"
"github.com/miekg/dns"
"github.com/opentracing/opentracing-go"
"google.golang.org/grpc"
"google.golang.org/grpc/peer"
"github.com/coredns/coredns/pb"
)
// ServergRPC represents an instance of a DNS-over-gRPC server.