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

how can I use version v4 if my project doesn't use the go module instead of gopath #251

Closed
yingyan003 opened this issue Feb 24, 2020 · 1 comment

Comments

@yingyan003
Copy link

Hi, team, currently, my project does't use go module instead of gopath, if go use "go get -u github.com/vmihailenco/msgpack/v4" to pull the codes, I got an error

package github.com/vmihailenco/msgpack/v4: cannot find package "github.com/vmihailenco/msgpack/v4" in any of:
        /usr/local/go/src/github.com/vmihailenco/msgpack/v4 (from $GOROOT)
        /Users//goprojects/src/github.com/vmihailenco/msgpack/v4 (from $GOPATH)

Can I pull the version v4 under gopath, if no, how can I pull the newest codes? thanks

@vmihailenco
Copy link
Owner

This question is not specific to this lib - use whatever works in Go.

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