Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
BSD 3-Clause "New" or "Revised" License
2.93k
stars
371
forks
source link
Fixes scope issue in retrieval and type-assert sample #284
Open
apxamccallum opened 2 days ago
What type of PR is this? (check all applicable)
Description
The code sample for retrieval and type-assertion of a stored value did not assign the retrieved value to the var.
Related Tickets & Documents
Added/updated tests?
Run verifications and test
make verify
is passingmake test
is passing