Go version:
go version go1.12 windows/amd64
Go get method:
go get github.com/mediocregopher/radix
--> go get for /v3 fails with:
package github.com/mediocregopher/radix/v3: cannot find package "github.com/mediocregopher/radix/v3" in any of:
// $GOROOT
// $GOPATH
Issue:
Using the library functions fine. Vendoring (godep) fails, as there are references to /v3 which cannot be resolved.
Go version:
go version go1.12 windows/amd64
Go get method:
go get github.com/mediocregopher/radix
--> go get for /v3 fails with:
package github.com/mediocregopher/radix/v3: cannot find package "github.com/mediocregopher/radix/v3" in any of:
// $GOROOT
// $GOPATH
Issue:
Using the library functions fine. Vendoring (godep) fails, as there are references to /v3 which cannot be resolved.