看不懂 var _

lanceyb · · 2288 次点击
cannot use (*conn)(nil) (type *conn) as type ConnWithTimeout in assignment: *conn does not implement ConnWithTimeout (wrong type for Do method) have Do(string, ...interface {}) (interface {}, error) want Do(string) 是不是reids源码有问题 怎么解决的
#7
更多评论
求助,有大神解答下么?
#1
polaris
社区,需要你我一同完善!
来确保 `conn` 实现了 ConnWithTimeout 接口。
#2