Fabianexe
Fabianexe
Templating support would be very helpful. Further, it would be nice to have default values or a simple if branching in the template. So that it is possible in your...
The problem still exists in version 3.0.1,panic: runtime error: index out of range [7] with length 0
I am not sure, but it looks like https://github.com/allegro/bigcache/pull/266 is missing in 3.0.1 This could be a reason for the panic
The cycle dependency problem is prevented when a function is used. Something like: ```go func NewBytesQueue(initialCapacity int, maxCapacity int, verbose bool, log func(format string, v ...interface{}) ) *BytesQueue { ```
I have put the from me testet Mac part into a new PR #212 I am not sure what to do with this PR. After all it would be nice...