We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@debian:~/go/src/github.com/gogap/bearychat/outgoing/cmd/outgoing# go build flags.go:4:2: cannot find package "github.com/urfave/cli" in any of: /usr/local/go/src/github.com/urfave/cli (from $GOROOT) /root/go/src/github.com/urfave/cli (from $GOPATH) main.go:11:2: cannot find package "github.com/urfave/negroni" in any of: /usr/local/go/src/github.com/urfave/negroni (from $GOROOT) /root/go/src/github.com/urfave/negroni (from $GOPATH)
目录有问题?
The text was updated successfully, but these errors were encountered:
在本project目录下执行一下 go get -v,然后再编译
Sorry, something went wrong.
xujin 同学说得对
已经弄好了,感谢!
No branches or pull requests
root@debian:~/go/src/github.com/gogap/bearychat/outgoing/cmd/outgoing# go build
flags.go:4:2: cannot find package "github.com/urfave/cli" in any of:
/usr/local/go/src/github.com/urfave/cli (from $GOROOT)
/root/go/src/github.com/urfave/cli (from $GOPATH)
main.go:11:2: cannot find package "github.com/urfave/negroni" in any of:
/usr/local/go/src/github.com/urfave/negroni (from $GOROOT)
/root/go/src/github.com/urfave/negroni (from $GOPATH)
目录有问题?
The text was updated successfully, but these errors were encountered: