Michael Dresner
Michael Dresner
@arp242 If there's anything I can do to help, let me know.
You could create function like this instead of method func zero(v V) V
@arp242 what is the difference between these: * 1) Get 2) Do changes 3) Set * 1) Modify with function In fact, it's the same thing, and Modify method is...
Initially go-cache is not thread-safe like built-in map. It's not a problem. Anyway there's sync.Mutex.
I'm sorry. It was misunderstanding. You're right. Modify is a great agreement.
Hi. I've caught a problem. I cannot extract path like "/readings/:id" in original form in the middleware. It's always like "/readings/123". I use fiber v3.0.0-rc.1 I've tried ctx.Path(), ctx.Route().Path, ctx.OriginalURL()