Skip to content

Instantly share code, notes, and snippets.

@Xuanwo
Created May 11, 2018 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Xuanwo/8f0c08391270c1f24d5678afdf1de7b3 to your computer and use it in GitHub Desktop.
Save Xuanwo/8f0c08391270c1f24d5678afdf1de7b3 to your computer and use it in GitHub Desktop.
trizen.log
go get -u github.com/alecthomas/gometalinter
gometalinter --install golint
Installing:
deadcode
dupl
errcheck
gas
goconst
gocyclo
goimports
golint
gosimple
gotype
gotypex
ineffassign
interfacer
lll
maligned
megacheck
misspell
nakedret
safesql
staticcheck
structcheck
unconvert
unparam
unused
varcheck
gometalinter --deadline=2m --disable-all --enable=golint --enable=vet --vendor --exclude=^pb/ ./...
coredns.go:9:2:error: cannot find package "github.com/coredns/coredns/core/plugin" in any of: (vet)
coredns.go:6:2:error: cannot find package "github.com/coredns/coredns/coremain" in any of: (vet)
core/coredns.go:6:2:error: cannot find package "github.com/coredns/coredns/core/dnsserver" in any of: (vet)
core/dnsserver/server_grpc.go:16:2:error: cannot find package "github.com/coredns/coredns/pb" in any of: (vet)
core/dnsserver/address.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin" in any of: (vet)
core/dnsserver/server.go:13:2:error: cannot find package "github.com/coredns/coredns/plugin/metrics/vars" in any of: (vet)
core/dnsserver/register.go:11:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/dnsutil" in any of: (vet)
core/dnsserver/server.go:14:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/edns" in any of: (vet)
core/dnsserver/server.go:15:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/log" in any of: (vet)
core/dnsserver/server.go:16:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/rcode" in any of: (vet)
core/dnsserver/server.go:17:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/trace" in any of: (vet)
core/dnsserver/server.go:18:2:error: cannot find package "github.com/coredns/coredns/request" in any of: (vet)
core/dnsserver/server_grpc.go:10:2:error: cannot find package "github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc" in any of: (vet)
core/dnsserver/config.go:10:2:error: cannot find package "github.com/mholt/caddy" in any of: (vet)
core/dnsserver/register.go:14:2:error: cannot find package "github.com/mholt/caddy/caddyfile" in any of: (vet)
core/dnsserver/address.go:10:2:error: cannot find package "github.com/miekg/dns" in any of: (vet)
core/dnsserver/server.go:21:2:error: cannot find package "github.com/opentracing/opentracing-go" in any of: (vet)
core/dnsserver/server_grpc.go:13:2:error: cannot find package "google.golang.org/grpc" in any of: (vet)
core/dnsserver/server_grpc.go:14:2:error: cannot find package "google.golang.org/grpc/peer" in any of: (vet)
core/plugin/zplugin.go:7:2:error: cannot find package "github.com/coredns/coredns/plugin/auto" in any of: (vet)
core/plugin/zplugin.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin/autopath" in any of: (vet)
core/plugin/zplugin.go:9:2:error: cannot find package "github.com/coredns/coredns/plugin/bind" in any of: (vet)
core/plugin/zplugin.go:10:2:error: cannot find package "github.com/coredns/coredns/plugin/cache" in any of: (vet)
core/plugin/zplugin.go:11:2:error: cannot find package "github.com/coredns/coredns/plugin/chaos" in any of: (vet)
core/plugin/zplugin.go:12:2:error: cannot find package "github.com/coredns/coredns/plugin/debug" in any of: (vet)
core/plugin/zplugin.go:13:2:error: cannot find package "github.com/coredns/coredns/plugin/dnssec" in any of: (vet)
core/plugin/zplugin.go:14:2:error: cannot find package "github.com/coredns/coredns/plugin/dnstap" in any of: (vet)
core/plugin/zplugin.go:15:2:error: cannot find package "github.com/coredns/coredns/plugin/erratic" in any of: (vet)
core/plugin/zplugin.go:16:2:error: cannot find package "github.com/coredns/coredns/plugin/errors" in any of: (vet)
core/plugin/zplugin.go:17:2:error: cannot find package "github.com/coredns/coredns/plugin/etcd" in any of: (vet)
core/plugin/zplugin.go:18:2:error: cannot find package "github.com/coredns/coredns/plugin/federation" in any of: (vet)
core/plugin/zplugin.go:19:2:error: cannot find package "github.com/coredns/coredns/plugin/file" in any of: (vet)
core/plugin/zplugin.go:20:2:error: cannot find package "github.com/coredns/coredns/plugin/forward" in any of: (vet)
core/plugin/zplugin.go:21:2:error: cannot find package "github.com/coredns/coredns/plugin/health" in any of: (vet)
core/plugin/zplugin.go:22:2:error: cannot find package "github.com/coredns/coredns/plugin/hosts" in any of: (vet)
core/plugin/zplugin.go:23:2:error: cannot find package "github.com/coredns/coredns/plugin/kubernetes" in any of: (vet)
core/plugin/zplugin.go:24:2:error: cannot find package "github.com/coredns/coredns/plugin/loadbalance" in any of: (vet)
core/plugin/zplugin.go:25:2:error: cannot find package "github.com/coredns/coredns/plugin/log" in any of: (vet)
core/plugin/zplugin.go:26:2:error: cannot find package "github.com/coredns/coredns/plugin/metrics" in any of: (vet)
core/plugin/zplugin.go:27:2:error: cannot find package "github.com/coredns/coredns/plugin/nsid" in any of: (vet)
core/plugin/zplugin.go:28:2:error: cannot find package "github.com/coredns/coredns/plugin/pprof" in any of: (vet)
core/plugin/zplugin.go:29:2:error: cannot find package "github.com/coredns/coredns/plugin/proxy" in any of: (vet)
core/plugin/zplugin.go:30:2:error: cannot find package "github.com/coredns/coredns/plugin/reload" in any of: (vet)
core/plugin/zplugin.go:31:2:error: cannot find package "github.com/coredns/coredns/plugin/reverse" in any of: (vet)
core/plugin/zplugin.go:32:2:error: cannot find package "github.com/coredns/coredns/plugin/rewrite" in any of: (vet)
core/plugin/zplugin.go:33:2:error: cannot find package "github.com/coredns/coredns/plugin/root" in any of: (vet)
core/plugin/zplugin.go:34:2:error: cannot find package "github.com/coredns/coredns/plugin/route53" in any of: (vet)
core/plugin/zplugin.go:35:2:error: cannot find package "github.com/coredns/coredns/plugin/secondary" in any of: (vet)
core/plugin/zplugin.go:36:2:error: cannot find package "github.com/coredns/coredns/plugin/template" in any of: (vet)
core/plugin/zplugin.go:37:2:error: cannot find package "github.com/coredns/coredns/plugin/tls" in any of: (vet)
core/plugin/zplugin.go:38:2:error: cannot find package "github.com/coredns/coredns/plugin/trace" in any of: (vet)
core/plugin/zplugin.go:39:2:error: cannot find package "github.com/coredns/coredns/plugin/whoami" in any of: (vet)
core/plugin/zplugin.go:40:2:error: cannot find package "github.com/mholt/caddy/onevent" in any of: (vet)
plugin/backend.go:6:2:error: cannot find package "github.com/coredns/coredns/plugin/etcd/msg" in any of: (vet)
plugin/plugin.go:11:2:error: cannot find package "github.com/prometheus/client_golang/prometheus" in any of: (vet)
plugin/auto/setup.go:14:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/parse" in any of: (vet)
plugin/auto/auto.go:12:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/upstream" in any of: (vet)
plugin/autopath/autopath.go:39:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/nonwriter" in any of: (vet)
plugin/cache/item.go:6:2:error: cannot find package "github.com/coredns/coredns/plugin/cache/freq" in any of: (vet)
plugin/cache/cache.go:10:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/cache" in any of: (vet)
plugin/cache/cache.go:11:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/response" in any of: (vet)
plugin/dnssec/dnssec.go:11:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/singleflight" in any of: (vet)
plugin/dnstap/setup.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin/dnstap/dnstapio" in any of: (vet)
plugin/dnstap/handler.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin/dnstap/taprw" in any of: (vet)
plugin/dnstap/handler.go:10:2:error: cannot find package "github.com/dnstap/golang-dnstap" in any of: (vet)
plugin/dnstap/dnstapio/dnstap_encoder.go:9:2:error: cannot find package "github.com/farsightsec/golang-framestream" in any of: (vet)
plugin/dnstap/taprw/writer.go:9:2:error: cannot find package "github.com/coredns/coredns/plugin/dnstap/msg" in any of: (vet)
plugin/etcd/etcd.go:13:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/fall" in any of: (vet)
plugin/etcd/setup.go:10:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/tls" in any of: (vet)
plugin/etcd/etcd.go:18:2:error: cannot find package "github.com/coreos/etcd/client" in any of: (vet)
plugin/file/closest.go:4:2:error: cannot find package "github.com/coredns/coredns/plugin/file/tree" in any of: (vet)
plugin/forward/proxy.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/up" in any of: (vet)
plugin/kubernetes/apiproxy.go:9:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/healthcheck" in any of: (vet)
plugin/kubernetes/autopath.go:7:2:error: cannot find package "k8s.io/api/core/v1" in any of: (vet)
plugin/kubernetes/controller.go:14:2:error: cannot find package "k8s.io/apimachinery/pkg/apis/meta/v1" in any of: (vet)
plugin/kubernetes/controller.go:15:2:error: cannot find package "k8s.io/apimachinery/pkg/labels" in any of: (vet)
plugin/kubernetes/controller.go:16:2:error: cannot find package "k8s.io/apimachinery/pkg/runtime" in any of: (vet)
plugin/kubernetes/controller.go:17:2:error: cannot find package "k8s.io/apimachinery/pkg/watch" in any of: (vet)
plugin/kubernetes/controller.go:11:2:error: cannot find package "k8s.io/client-go/kubernetes" in any of: (vet)
plugin/kubernetes/kubernetes.go:25:2:error: cannot find package "k8s.io/client-go/rest" in any of: (vet)
plugin/kubernetes/controller.go:12:2:error: cannot find package "k8s.io/client-go/tools/cache" in any of: (vet)
plugin/kubernetes/kubernetes.go:26:2:error: cannot find package "k8s.io/client-go/tools/clientcmd" in any of: (vet)
plugin/kubernetes/kubernetes.go:27:2:error: cannot find package "k8s.io/client-go/tools/clientcmd/api" in any of: (vet)
plugin/log/log.go:11:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/dnstest" in any of: (vet)
plugin/log/log.go:13:2:error: cannot find package "github.com/coredns/coredns/plugin/pkg/replacer" in any of: (vet)
plugin/metrics/metrics.go:14:2:error: cannot find package "github.com/prometheus/client_golang/prometheus/promhttp" in any of: (vet)
plugin/metrics/test/scrape.go:32:2:error: cannot find package "github.com/matttproud/golang_protobuf_extensions/pbutil" in any of: (vet)
plugin/metrics/test/scrape.go:35:2:error: cannot find package "github.com/prometheus/client_model/go" in any of: (vet)
plugin/metrics/test/scrape.go:33:2:error: cannot find package "github.com/prometheus/common/expfmt" in any of: (vet)
plugin/pkg/fuzz/do.go:8:2:error: cannot find package "github.com/coredns/coredns/plugin/test" in any of: (vet)
plugin/proxy/grpc.go:16:2:error: cannot find package "google.golang.org/grpc/credentials" in any of: (vet)
plugin/route53/route53.go:12:2:error: cannot find package "github.com/aws/aws-sdk-go/aws" in any of: (vet)
plugin/route53/setup.go:10:2:error: cannot find package "github.com/aws/aws-sdk-go/aws/credentials" in any of: (vet)
plugin/route53/setup.go:11:2:error: cannot find package "github.com/aws/aws-sdk-go/aws/session" in any of: (vet)
plugin/route53/route53.go:13:2:error: cannot find package "github.com/aws/aws-sdk-go/service/route53" in any of: (vet)
plugin/route53/route53.go:14:2:error: cannot find package "github.com/aws/aws-sdk-go/service/route53/route53iface" in any of: (vet)
plugin/trace/trace.go:15:2:error: cannot find package "github.com/DataDog/dd-trace-go/opentracing" in any of: (vet)
plugin/trace/trace.go:18:2:error: cannot find package "github.com/openzipkin/zipkin-go-opentracing" in any of: (vet)
request/request.go:11:2:error: cannot find package "golang.org/x/net/context" in any of: (vet)
test/server.go:11:2:error: cannot find package "github.com/coredns/coredns/core" in any of: (vet)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment