I am using go-redis package and can not use it's any version without mod file. Do golang does not allow us to use this package without mod file ? I use . github.com/go-redis/redis/v8 , go get github.com/go-redis/redis and github.com/go-redis/redis/v9 but with none of these three comands i was not able to import the redis package. On the other hand i use to import this package with the presence of mod file and it get's imported. How to use this package without any mod file....
With regards Aadi -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/ed632f3d-6a9b-485d-9c7f-90d68f9196c1n%40googlegroups.com.
