I tried to download go-redis using this command go get github.com/go-redis/redis/v8
but I got this following error :
cannot find package "github.com/go-redis/redis/v8" in any of:
C:\Go\src\github.com\go-redis\redis\v8 (from $GOROOT)
E:\Go Workspace\src\github.com\go-redis\redis\v8 (from $GOPATH)
Why did I get this error and how to fix this ?
OS : Windows
Go version : go version go1.15 windows/amd64