go incompatible version
Hi, I am getting incompatible version issue when using this library in my project
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
More details - https://go.dev/ref/mod#incompatible-versions
Please fix this so I can continue to use this library for my usecase
You can check out https://github.com/iqquee/fs-cache. It might help with your use case and if not, you can create an issue with the functionality you want it to have and it would added.
Hi, I am getting incompatible version issue when using this library in my project
github.com/patrickmn/go-cache v2.1.0+incompatible // indirectMore details - https://go.dev/ref/mod#incompatible-versions
Please fix this so I can continue to use this library for my usecase
Hi @ShubhamSharmaCSE you can use this implementation https://github.com/pzentenoe/go-cache Regards
Hi you can use this implementation https://github.com/pzentenoe/go-cache Regards