Install golang-github-gorilla-context-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-gorilla-context-dev
Description:
General purpose registry for global request variables
context is part of the Gorilla web toolkit. It stores values shared during a request lifetime. For example, a router can set variables extracted from the URL and later application handlers can access those values, or it can be used to store sessions values to be saved at the end of a request. There are several others common uses.
Homepage: https://github.com/gorilla/context
Version: 1.1-3
Section: universe/devel