Jason Gunawan Limantoro
Jason Gunawan Limantoro
Are there any updates? I need to generate random dates at a given range. A very common use case would be to generate random `createdAt` and `endedAt` dates which adhere...
> my solution is make load function return a []byte nice workaround. Although this couples the loader function with the marshaling process, which isn't ideal. Ideally, loader function should just...
Experienced this as well. I think there's a few issues with the loadable cache example: ```go // Example in the readme type Book struct { ID string Name string }...