mailgun / groupcache

Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
495 stars 73 forks source link

fix: deal with panics in Getter.Get #39

Closed costela closed 2 years ago

costela commented 2 years ago

This is a first attempt at better dealing with panics inside Getter.Get.

fixes #38