Skip to content
Snippets Groups Projects
gjahn's avatar
gjahn authored
Using the Param "name" to create an Item and persist turns out to be
affected bi Fiber's behaviour of "zero allocation", which means values
may be re-used across requests/contexts.

This caused wrong or chunked up Item names in the ephemeral state, which
only surfaced during unit testing.

For more details see https://docs.gofiber.io/#zero-allocation
e231839d
History
Name Last commit Last update
..