Eric Stutzenberger
Eric Stutzenberger
Hi. I like the looks of this library and I'm trying to work out from the API and examples how I can Parse an arbitrary blob of JSON into a...
Is it possible to use this library on a map with strings as keys? The map contains objects that I want to be marshaled by easyjson, but I also would...
I am having a similar issue to #439, but slightly different behavior. When I try to run the `mfg create` command, I get the following error: ```$ newt mfg create...
The hashicorp lru.Cache implementation (https://github.com/hashicorp/golang-lru/blob/main/lru.go) contains a few other functions which are useful. I'm not sure why they don't include them in the simplelru or expirablelru implementations. In particular, the...