I use this project as a library in my project but below error occurred
\go\pkg\mod\github.com\topfreegames\extensions@v8.0.2+incompatible\tracing\redis\instrument.go:123:12: cmd.String undefined (type redis.Cmder has no field or method String)
Version details
#go.mod
github.com/topfreegames/podium/leaderboard v1.0.0
#go.sum
github.com/topfreegames/extensions v8.0.2+incompatible h1:4LMv5SBpep8WkUVGmgpGg0TYzYfydWktrh1YW60KAwU=
github.com/topfreegames/extensions v8.0.2+incompatible/go.mod h1:VbIAks7aNbkANieZyVShAV3FSxEbV6useS4r3neXVzc=
github.com/topfreegames/podium/leaderboard v1.0.0 h1:ORIHwo2jYU3GwcgVotsaXy5VEiHyoqMuXZI0uzjL444=
github.com/topfreegames/podium/leaderboard v1.0.0/go.mod h1:mWRjut1tTL1zDsk2XxU470z1x6a2ANDmNwijr/ry/dg=
I use this project as a library in my project but below error occurred
Version details