This is a created article in which the information may have evolved or changed.
An online installation
Install with Go get
Import of the time can not find the corresponding package look at the pkg there is no
Two off-line installation
The Redis client can be installed using the Git clone method
cd srcgit clone https://github.com/go-redis/redis.git gopkg.in/redis.v5git clone https://github.com/bsm/ratelimit.git gopkg.in/bsm/ratelimit.v1go install gopkg.in/redis.v5
Direct clone in the SRC directory is not necessarily correct (if not, please yourself rename all directories, Mkdir-p gopkg.in/redis.v5), go is also according to the directory of the package.
It is best to use the go get method because she will automatically install dependencies.
Otherwise you can only rely on clone, very troublesome.
Go get can not use most of the network problems, try science online.