[gouser@ec2-goweb ~]$ go get github.com/ipfans/echo-session
go/src/github.com/ipfans/echo-session/redis_store.go:45:46:
cannot use pool (type *"github.com/garyburd/redigo/redis".Pool) as type *
"github.com/gomodule/redigo/redis".Pool in argument to redistore.NewRediStoreWithPool
on macos high sierra, I get the same error.
Mymacos:~ juliuscaesar$ go get github.com/ipfans/echo-session
# github.com/ipfans/echo-session
go/src/github.com/ipfans/echo-session/redis_store.go:45:46: cannot use pool (type *"github.com/garyburd/redigo/redis".Pool) as type *"github.com/gomodule/redigo/redis".Pool in argument to redistore.NewRediStoreWithPool
Any suggestions?
I'm using go version go1.10.1 linux/amd64
Hi. I get the following error:
on macos high sierra, I get the same error.
Any suggestions? I'm using go version go1.10.1 linux/amd64