go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
How to download and setup go-cache
Open terminal and run command
git clone https://github.com/patrickmn/go-cache.git
git clone is used to create a copy or clone of go-cache 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 go-cache https://github.com/patrickmn/go-cache/archive/master.zip
Or simply clone go-cache with SSH
[email protected]:patrickmn/go-cache.git