securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.
How to download and setup securecookie
Open terminal and run command
git clone https://github.com/gorilla/securecookie.git
git clone is used to create a copy or clone of securecookie repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with securecookie https://github.com/gorilla/securecookie/archive/master.zip
Or simply clone securecookie with SSH
[email protected]:gorilla/securecookie.git