2
respostas

Erro ao instalar plugins do visual studio code

Installing 12 tools gocode gopkgs go-outline go-symbols guru gorename gomodifytags impl godef goreturns golint gotests

Installing gocode FAILED Installing gopkgs FAILED Installing go-outline FAILED Installing go-symbols FAILED Installing guru FAILED Installing gorename FAILED Installing gomodifytags FAILED Installing impl FAILED Installing godef FAILED Installing goreturns FAILED Installing golint FAILED Installing gotests FAILED

12 tools failed to install.

gocode: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/nsf/gocode github.com/nsf/gocode (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/scanner: unrecognized import path "go/scanner" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package net: unrecognized import path "net" (import path does not begin with hostname) package net/http: unrecognized import path "net/http" (import path does not begin with hostname) package net/http/pprof: unrecognized import path "net/http/pprof" (import path does not begin with hostname) package net/rpc: unrecognized import path "net/rpc" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package text/scanner: unrecognized import path "text/scanner" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) github.com/nsf/gocode (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/scanner: unrecognized import path "go/scanner" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package net: unrecognized import path "net" (import path does not begin with hostname) package net/http: unrecognized import path "net/http" (import path does not begin with hostname) package net/http/pprof: unrecognized import path "net/http/pprof" (import path does not begin with hostname) package net/rpc: unrecognized import path "net/rpc" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package text/scanner: unrecognized import path "text/scanner" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname)

gopkgs: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/tpng/gopkgs github.com/tpng/gopkgs (download) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) github.com/tpng/gopkgs (download) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname)

go-outline: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/ramya-rao-a/go-outline github.com/ramya-rao-a/go-outline (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) github.com/ramya-rao-a/go-outline (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname)

go-symbols: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/acroca/go-symbols github.com/acroca/go-symbols (download) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) github.com/acroca/go-symbols (download) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname)

guru: Error: Command failed: /usr/local/go/bin/go get -u -v golang.org/x/tools/cmd/guru Fetching https://golang.org/x/tools/cmd/guru?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/guru?go-get=1 (status code 200) get "golang.org/x/tools/cmd/guru": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/guru?go-get=1 get "golang.org/x/tools/cmd/guru": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/constant: unrecognized import path "go/constant" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/cmd/guru/serial?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/guru/serial?go-get=1 (status code 200) get "golang.org/x/tools/cmd/guru/serial": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/guru/serial?go-get=1 get "golang.org/x/tools/cmd/guru/serial": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/callgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph?go-get=1 get "golang.org/x/tools/go/callgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa?go-get=1 get "golang.org/x/tools/go/ssa": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/types/typeutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/types/typeutil?go-get=1 (status code 200) get "golang.org/x/tools/go/types/typeutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/types/typeutil?go-get=1 get "golang.org/x/tools/go/types/typeutil": verifying non-authoritative meta tag package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package math/big: unrecognized import path "math/big" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/callgraph/static?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph/static?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph/static": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph/static?go-get=1 get "golang.org/x/tools/go/callgraph/static": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa/ssautil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa/ssautil?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa/ssautil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa/ssautil?go-get=1 get "golang.org/x/tools/go/ssa/ssautil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/loader?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/loader?go-get=1 (status code 200) get "golang.org/x/tools/go/loader": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/loader?go-get=1 get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag package errors: unrecognized import path "errors" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/pointer?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/pointer?go-get=1 (status code 200) get "golang.org/x/tools/go/pointer": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/pointer?go-get=1 get "golang.org/x/tools/go/pointer": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/container/intsets?go-get=1 Parsing meta tags from https://golang.org/x/tools/container/intsets?go-get=1 (status code 200) get "golang.org/x/tools/container/intsets": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/container/intsets?go-get=1 get "golang.org/x/tools/container/intsets": verifying non-authoritative meta tag package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package runtime/debug: unrecognized import path "runtime/debug" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/importgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/importgraph?go-get=1 (status code 200) get "golang.org/x/tools/refactor/importgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/importgraph?go-get=1 get "golang.org/x/tools/refactor/importgraph": verifying non-authoritative meta tag package runtime/pprof: unrecognized import path "runtime/pprof" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) Fetching https://golang.org/x/tools/cmd/guru?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/guru?go-get=1 (status code 200) get "golang.org/x/tools/cmd/guru": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/guru?go-get=1 get "golang.org/x/tools/cmd/guru": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/constant: unrecognized import path "go/constant" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/cmd/guru/serial?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/guru/serial?go-get=1 (status code 200) get "golang.org/x/tools/cmd/guru/serial": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/guru/serial?go-get=1 get "golang.org/x/tools/cmd/guru/serial": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/callgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph?go-get=1 get "golang.org/x/tools/go/callgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa?go-get=1 get "golang.org/x/tools/go/ssa": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/types/typeutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/types/typeutil?go-get=1 (status code 200) get "golang.org/x/tools/go/types/typeutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/types/typeutil?go-get=1 get "golang.org/x/tools/go/types/typeutil": verifying non-authoritative meta tag package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package math/big: unrecognized import path "math/big" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/callgraph/static?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/callgraph/static?go-get=1 (status code 200) get "golang.org/x/tools/go/callgraph/static": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/callgraph/static?go-get=1 get "golang.org/x/tools/go/callgraph/static": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/ssa/ssautil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ssa/ssautil?go-get=1 (status code 200) get "golang.org/x/tools/go/ssa/ssautil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ssa/ssautil?go-get=1 get "golang.org/x/tools/go/ssa/ssautil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/loader?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/loader?go-get=1 (status code 200) get "golang.org/x/tools/go/loader": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/loader?go-get=1 get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag package errors: unrecognized import path "errors" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/pointer?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/pointer?go-get=1 (status code 200) get "golang.org/x/tools/go/pointer": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/pointer?go-get=1 get "golang.org/x/tools/go/pointer": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/container/intsets?go-get=1 Parsing meta tags from https://golang.org/x/tools/container/intsets?go-get=1 (status code 200) get "golang.org/x/tools/container/intsets": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/container/intsets?go-get=1 get "golang.org/x/tools/container/intsets": verifying non-authoritative meta tag package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package runtime/debug: unrecognized import path "runtime/debug" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/importgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/importgraph?go-get=1 (status code 200) get "golang.org/x/tools/refactor/importgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/importgraph?go-get=1 get "golang.org/x/tools/refactor/importgraph": verifying non-authoritative meta tag package runtime/pprof: unrecognized import path "runtime/pprof" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname)

gorename: Error: Command failed: /usr/local/go/bin/go get -u -v golang.org/x/tools/cmd/gorename Fetching https://golang.org/x/tools/cmd/gorename?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/gorename?go-get=1 (status code 200) get "golang.org/x/tools/cmd/gorename": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/gorename?go-get=1 get "golang.org/x/tools/cmd/gorename": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/rename?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/rename?go-get=1 (status code 200) get "golang.org/x/tools/refactor/rename": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/rename?go-get=1 get "golang.org/x/tools/refactor/rename": verifying non-authoritative meta tag package errors: unrecognized import path "errors" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/loader?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/loader?go-get=1 (status code 200) get "golang.org/x/tools/go/loader": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/loader?go-get=1 get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag package log: unrecognized import path "log" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/types/typeutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/types/typeutil?go-get=1 (status code 200) get "golang.org/x/tools/go/types/typeutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/types/typeutil?go-get=1 get "golang.org/x/tools/go/types/typeutil": verifying non-authoritative meta tag package reflect: unrecognized import path "reflect" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/importgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/importgraph?go-get=1 (status code 200) get "golang.org/x/tools/refactor/importgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/importgraph?go-get=1 get "golang.org/x/tools/refactor/importgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/satisfy?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/satisfy?go-get=1 (status code 200) get "golang.org/x/tools/refactor/satisfy": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/satisfy?go-get=1 get "golang.org/x/tools/refactor/satisfy": verifying non-authoritative meta tag package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) Fetching https://golang.org/x/tools/cmd/gorename?go-get=1 Parsing meta tags from https://golang.org/x/tools/cmd/gorename?go-get=1 (status code 200) get "golang.org/x/tools/cmd/gorename": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/cmd/gorename?go-get=1 get "golang.org/x/tools/cmd/gorename": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/buildutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/buildutil?go-get=1 (status code 200) get "golang.org/x/tools/go/buildutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/buildutil?go-get=1 get "golang.org/x/tools/go/buildutil": verifying non-authoritative meta tag package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/rename?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/rename?go-get=1 (status code 200) get "golang.org/x/tools/refactor/rename": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/rename?go-get=1 get "golang.org/x/tools/refactor/rename": verifying non-authoritative meta tag package errors: unrecognized import path "errors" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/go/loader?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/loader?go-get=1 (status code 200) get "golang.org/x/tools/go/loader": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/loader?go-get=1 get "golang.org/x/tools/go/loader": verifying non-authoritative meta tag package log: unrecognized import path "log" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/types/typeutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/types/typeutil?go-get=1 (status code 200) get "golang.org/x/tools/go/types/typeutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/types/typeutil?go-get=1 get "golang.org/x/tools/go/types/typeutil": verifying non-authoritative meta tag package reflect: unrecognized import path "reflect" (import path does not begin with hostname) Fetching https://golang.org/x/tools/refactor/importgraph?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/importgraph?go-get=1 (status code 200) get "golang.org/x/tools/refactor/importgraph": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/importgraph?go-get=1 get "golang.org/x/tools/refactor/importgraph": verifying non-authoritative meta tag Fetching https://golang.org/x/tools/refactor/satisfy?go-get=1 Parsing meta tags from https://golang.org/x/tools/refactor/satisfy?go-get=1 (status code 200) get "golang.org/x/tools/refactor/satisfy": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/refactor/satisfy?go-get=1 get "golang.org/x/tools/refactor/satisfy": verifying non-authoritative meta tag package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname)

gomodifytags: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/fatih/gomodifytags github.com/fatih/gomodifytags (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname) github.com/fatih/gomodifytags (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package time: unrecognized import path "time" (import path does not begin with hostname)

impl: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/josharian/impl github.com/josharian/impl (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package syscall: unrecognized import path "syscall" (import path does not begin with hostname) package unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname) github.com/josharian/impl (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package syscall: unrecognized import path "syscall" (import path does not begin with hostname) package unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package text/template: unrecognized import path "text/template" (import path does not begin with hostname)

godef: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/rogpeppe/godef github.com/rogpeppe/godef (download) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package net: unrecognized import path "net" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package text/tabwriter: unrecognized import path "text/tabwriter" (import path does not begin with hostname) package container/list: unrecognized import path "container/list" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package os/user: unrecognized import path "os/user" (import path does not begin with hostname) github.com/rogpeppe/godef (download) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package net: unrecognized import path "net" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package reflect: unrecognized import path "reflect" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package text/tabwriter: unrecognized import path "text/tabwriter" (import path does not begin with hostname) package container/list: unrecognized import path "container/list" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package os/user: unrecognized import path "os/user" (import path does not begin with hostname)

goreturns: Error: Command failed: /usr/local/go/bin/go get -u -v sourcegraph.com/sqs/goreturns Fetching https://sourcegraph.com/sqs/goreturns?go-get=1 Parsing meta tags from https://sourcegraph.com/sqs/goreturns?go-get=1 (status code 200) get "sourcegraph.com/sqs/goreturns": found meta tag main.metaImport{Prefix:"sourcegraph.com/sqs/goreturns", VCS:"git", RepoRoot:"https://github.com/sqs/goreturns"} at https://sourcegraph.com/sqs/goreturns?go-get=1 sourcegraph.com/sqs/goreturns (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) github.com/sqs/goreturns (download) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package go/importer: unrecognized import path "go/importer" (import path does not begin with hostname) package go/scanner: unrecognized import path "go/scanner" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package syscall: unrecognized import path "syscall" (import path does not begin with hostname) package unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname) Fetching https://sourcegraph.com/sqs/goreturns?go-get=1 Parsing meta tags from https://sourcegraph.com/sqs/goreturns?go-get=1 (status code 200) get "sourcegraph.com/sqs/goreturns": found meta tag main.metaImport{Prefix:"sourcegraph.com/sqs/goreturns", VCS:"git", RepoRoot:"https://github.com/sqs/goreturns"} at https://sourcegraph.com/sqs/goreturns?go-get=1 sourcegraph.com/sqs/goreturns (download) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) github.com/sqs/goreturns (download) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/format: unrecognized import path "go/format" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package go/importer: unrecognized import path "go/importer" (import path does not begin with hostname) package go/scanner: unrecognized import path "go/scanner" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package syscall: unrecognized import path "syscall" (import path does not begin with hostname) package unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname)

golint: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/golang/lint/golint github.com/golang/lint (download) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/gcexportdata?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/gcexportdata?go-get=1 (status code 200) get "golang.org/x/tools/go/gcexportdata": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcexportdata?go-get=1 get "golang.org/x/tools/go/gcexportdata": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) Fetching https://golang.org/x/tools/go/gcimporter15?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/gcimporter15?go-get=1 (status code 200) get "golang.org/x/tools/go/gcimporter15": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcimporter15?go-get=1 get "golang.org/x/tools/go/gcimporter15": verifying non-authoritative meta tag package encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/constant: unrecognized import path "go/constant" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package math: unrecognized import path "math" (import path does not begin with hostname) package math/big: unrecognized import path "math/big" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package text/scanner: unrecognized import path "text/scanner" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname) github.com/golang/lint (download) package flag: unrecognized import path "flag" (import path does not begin with hostname) package fmt: unrecognized import path "fmt" (import path does not begin with hostname) package bufio: unrecognized import path "bufio" (import path does not begin with hostname) package bytes: unrecognized import path "bytes" (import path does not begin with hostname) package go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) package go/token: unrecognized import path "go/token" (import path does not begin with hostname) package go/types: unrecognized import path "go/types" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/gcexportdata?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/gcexportdata?go-get=1 (status code 200) get "golang.org/x/tools/go/gcexportdata": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcexportdata?go-get=1 get "golang.org/x/tools/go/gcexportdata": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) Fetching https://golang.org/x/tools/go/gcimporter15?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/gcimporter15?go-get=1 (status code 200) get "golang.org/x/tools/go/gcimporter15": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcimporter15?go-get=1 get "golang.org/x/tools/go/gcimporter15": verifying non-authoritative meta tag package encoding/binary: unrecognized import path "encoding/binary" (import path does not begin with hostname) package errors: unrecognized import path "errors" (import path does not begin with hostname) package go/build: unrecognized import path "go/build" (import path does not begin with hostname) package go/constant: unrecognized import path "go/constant" (import path does not begin with hostname) package io: unrecognized import path "io" (import path does not begin with hostname) package io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package log: unrecognized import path "log" (import path does not begin with hostname) package math: unrecognized import path "math" (import path does not begin with hostname) package math/big: unrecognized import path "math/big" (import path does not begin with hostname) package os: unrecognized import path "os" (import path does not begin with hostname) package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package sort: unrecognized import path "sort" (import path does not begin with hostname) package strconv: unrecognized import path "strconv" (import path does not begin with hostname) package strings: unrecognized import path "strings" (import path does not begin with hostname) package sync: unrecognized import path "sync" (import path does not begin with hostname) package text/scanner: unrecognized import path "text/scanner" (import path does not begin with hostname) package unicode: unrecognized import path "unicode" (import path does not begin with hostname) package unicode/utf8: unrecognized import path "unicode/utf8" (import path does not begin with hostname) package regexp: unrecognized import path "regexp" (import path does not begin with hostname) package path: unrecognized import path "path" (import path does not begin with hostname) package runtime: unrecognized import path "runtime" (import path does not begin with hostname)

gotests: Error: Command failed: /usr/local/go/bin/go get -u -v github.com/cweill/gotests/... github.com/cweill/gotests (download) package github.com/cweill/gotests imports fmt: unrecognized import path "fmt" (import path does not begin with hostname) package github.com/cweill/gotests imports errors: unrecognized import path "errors" (import path does not begin with hostname) package github.com/cweill/gotests imports strings: unrecognized import path "strings" (import path does not begin with hostname) package github.com/cweill/gotests imports unicode: unrecognized import path "unicode" (import path does not begin with hostname) package github.com/cweill/gotests imports go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package github.com/cweill/gotests imports go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package github.com/cweill/gotests imports go/token: unrecognized import path "go/token" (import path does not begin with hostname) package github.com/cweill/gotests imports go/types: unrecognized import path "go/types" (import path does not begin with hostname) package github.com/cweill/gotests imports io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package github.com/cweill/gotests imports path: unrecognized import path "path" (import path does not begin with hostname) package github.com/cweill/gotests imports path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package github.com/cweill/gotests imports bufio: unrecognized import path "bufio" (import path does not begin with hostname) package github.com/cweill/gotests imports bytes: unrecognized import path "bytes" (import path does not begin with hostname) package github.com/cweill/gotests imports compress/gzip: unrecognized import path "compress/gzip" (import path does not begin with hostname) package github.com/cweill/gotests imports io: unrecognized import path "io" (import path does not begin with hostname) package github.com/cweill/gotests imports os: unrecognized import path "os" (import path does not begin with hostname) package github.com/cweill/gotests imports time: unrecognized import path "time" (import path does not begin with hostname) package github.com/cweill/gotests imports text/template: unrecognized import path "text/template" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package github.com/cweill/gotests imports go/build: unrecognized import path "go/build" (import path does not begin with hostname) package github.com/cweill/gotests imports go/format: unrecognized import path "go/format" (import path does not begin with hostname) package github.com/cweill/gotests imports go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package github.com/cweill/gotests imports sort: unrecognized import path "sort" (import path does not begin with hostname) package github.com/cweill/gotests imports strconv: unrecognized import path "strconv" (import path does not begin with hostname) package github.com/cweill/gotests imports log: unrecognized import path "log" (import path does not begin with hostname) package github.com/cweill/gotests imports regexp: unrecognized import path "regexp" (import path does not begin with hostname) package github.com/cweill/gotests imports runtime: unrecognized import path "runtime" (import path does not begin with hostname) package github.com/cweill/gotests imports sync: unrecognized import path "sync" (import path does not begin with hostname) package github.com/cweill/gotests imports syscall: unrecognized import path "syscall" (import path does not begin with hostname) package github.com/cweill/gotests imports unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package github.com/cweill/gotests imports go/importer: unrecognized import path "go/importer" (import path does not begin with hostname) package github.com/cweill/gotests/gotests imports flag: unrecognized import path "flag" (import path does not begin with hostname) github.com/cweill/gotests (download) package github.com/cweill/gotests imports fmt: unrecognized import path "fmt" (import path does not begin with hostname) package github.com/cweill/gotests imports errors: unrecognized import path "errors" (import path does not begin with hostname) package github.com/cweill/gotests imports strings: unrecognized import path "strings" (import path does not begin with hostname) package github.com/cweill/gotests imports unicode: unrecognized import path "unicode" (import path does not begin with hostname) package github.com/cweill/gotests imports go/ast: unrecognized import path "go/ast" (import path does not begin with hostname) package github.com/cweill/gotests imports go/parser: unrecognized import path "go/parser" (import path does not begin with hostname) package github.com/cweill/gotests imports go/token: unrecognized import path "go/token" (import path does not begin with hostname) package github.com/cweill/gotests imports go/types: unrecognized import path "go/types" (import path does not begin with hostname) package github.com/cweill/gotests imports io/ioutil: unrecognized import path "io/ioutil" (import path does not begin with hostname) package github.com/cweill/gotests imports path: unrecognized import path "path" (import path does not begin with hostname) package github.com/cweill/gotests imports path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname) package github.com/cweill/gotests imports bufio: unrecognized import path "bufio" (import path does not begin with hostname) package github.com/cweill/gotests imports bytes: unrecognized import path "bytes" (import path does not begin with hostname) package github.com/cweill/gotests imports compress/gzip: unrecognized import path "compress/gzip" (import path does not begin with hostname) package github.com/cweill/gotests imports io: unrecognized import path "io" (import path does not begin with hostname) package github.com/cweill/gotests imports os: unrecognized import path "os" (import path does not begin with hostname) package github.com/cweill/gotests imports time: unrecognized import path "time" (import path does not begin with hostname) package github.com/cweill/gotests imports text/template: unrecognized import path "text/template" (import path does not begin with hostname) Fetching https://golang.org/x/tools/imports?go-get=1 Parsing meta tags from https://golang.org/x/tools/imports?go-get=1 (status code 200) get "golang.org/x/tools/imports": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/imports?go-get=1 get "golang.org/x/tools/imports": verifying non-authoritative meta tag Fetching https://golang.org/x/tools?go-get=1 Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200) golang.org/x/tools (download) package github.com/cweill/gotests imports go/build: unrecognized import path "go/build" (import path does not begin with hostname) package github.com/cweill/gotests imports go/format: unrecognized import path "go/format" (import path does not begin with hostname) package github.com/cweill/gotests imports go/printer: unrecognized import path "go/printer" (import path does not begin with hostname) Fetching https://golang.org/x/tools/go/ast/astutil?go-get=1 Parsing meta tags from https://golang.org/x/tools/go/ast/astutil?go-get=1 (status code 200) get "golang.org/x/tools/go/ast/astutil": found meta tag main.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/ast/astutil?go-get=1 get "golang.org/x/tools/go/ast/astutil": verifying non-authoritative meta tag package github.com/cweill/gotests imports sort: unrecognized import path "sort" (import path does not begin with hostname) package github.com/cweill/gotests imports strconv: unrecognized import path "strconv" (import path does not begin with hostname) package github.com/cweill/gotests imports log: unrecognized import path "log" (import path does not begin with hostname) package github.com/cweill/gotests imports regexp: unrecognized import path "regexp" (import path does not begin with hostname) package github.com/cweill/gotests imports runtime: unrecognized import path "runtime" (import path does not begin with hostname) package github.com/cweill/gotests imports sync: unrecognized import path "sync" (import path does not begin with hostname) package github.com/cweill/gotests imports syscall: unrecognized import path "syscall" (import path does not begin with hostname) package github.com/cweill/gotests imports unsafe: unrecognized import path "unsafe" (import path does not begin with hostname) package github.com/cweill/gotests imports go/importer: unrecognized import path "go/importer" (import path does not begin with hostname) package github.com/cweill/gotests/gotests imports flag: unrecognized import path "flag" (import path does not begin with hostname) `

2 respostas

Eu estava com o mesmo problema e dei uma lida no console do visual studio, no console pedia que eu tivesse uma dessas ferramentas https://github.com/golang/go/wiki/GoGetTools , instalei o git, reiniciei o ms studio e deu sucesso na instalação.

Opa, excelente achado Luis, não sabia que para os plugins funcionarem era necessário que o Git estivesse instalado no computador. Vou adicionar isto a explicação do curso, muito obrigado pelo aviso.

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software