You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that this is rather old at 4 years old as of this comment, and that we use go mod to manage dependencies these days, I'm curious if this issue is still outstanding. @jax-b do you still have this issue? If yes, I recommend updating this issue with current state. If no, I recommend closing it.
This is a problem with v0.2.0 but not with v0.1.2
What version of Go are you using (
go version
)?go version go1.14.1 windows/amd64
What operating system and processor architecture are you using (
go env
)?windows 10 x64
What did you do?
Tried to
go get
the packageIf possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
that the package was gotten
What did you see instead?
can't load package: package github.com/moutend/go-wca: cannot find package "github.com/moutend/go-wca" in any of:
c:\go\src\github.com\moutend\go-wca (from $GOROOT)
C:\Users\jacks\go\src\github.com\moutend\go-wca (from $GOPATH)
The text was updated successfully, but these errors were encountered: