Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-1.14.1 how to solve the issue: unrecognized import path "fmt": import path does not begin with hostname #129

Open
EricWJP opened this issue Mar 25, 2020 · 1 comment

Comments

@EricWJP
Copy link

EricWJP commented Mar 25, 2020

~ go get -v -u github.com/limetext/backend/...
github.com/limetext/backend (download)
unrecognized import path "bytes": import path does not begin with hostname
unrecognized import path "encoding/json": import path does not begin with hostname
unrecognized import path "fmt": import path does not begin with hostname
github.com/atotto/clipboard (download)
unrecognized import path "os/exec": import path does not begin with hostname
github.com/limetext/log4go (download)
unrecognized import path "encoding/xml": import path does not begin with hostname
unrecognized import path "errors": import path does not begin with hostname
unrecognized import path "io": import path does not begin with hostname
unrecognized import path "io/ioutil": import path does not begin with hostname
unrecognized import path "net": import path does not begin with hostname
unrecognized import path "os": import path does not begin with hostname
unrecognized import path "runtime": import path does not begin with hostname
unrecognized import path "strconv": import path does not begin with hostname
unrecognized import path "strings": import path does not begin with hostname
unrecognized import path "sync": import path does not begin with hostname
unrecognized import path "time": import path does not begin with hostname
github.com/limetext/util (download)
unrecognized import path "regexp": import path does not begin with hostname
unrecognized import path "sort": import path does not begin with hostname
unrecognized import path "unicode": import path does not begin with hostname
github.com/rjeczalik/notify (download)
unrecognized import path "log": import path does not begin with hostname
unrecognized import path "path/filepath": import path does not begin with hostname
unrecognized import path "sync/atomic": import path does not begin with hostname
unrecognized import path "unsafe": import path does not begin with hostname
github.com/limetext/loaders (download)
github.com/limetext/text (download)
unrecognized import path "reflect": import path does not begin with hostname
unrecognized import path "runtime/debug": import path does not begin with hostname
github.com/quarnster/parser (download)
unrecognized import path "container/list": import path does not begin with hostname
unrecognized import path "unicode/utf8": import path does not begin with hostname
unrecognized import path "image/color": import path does not begin with hostname
github.com/limetext/rubex (download)
unrecognized import path "path": import path does not begin with hostname

@EricWJP EricWJP changed the title go-1.14.1 unrecognized import path "fmt": import path does not begin with hostname go-1.14.1 how to solve the issue: unrecognized import path "fmt": import path does not begin with hostname Mar 25, 2020
@zoli
Copy link
Member

zoli commented Mar 25, 2020

Probably related to your go installation, Check GOROOT, GOPATH environment variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants