This is a created article in which the information may have evolved or changed.
Go Install leaf
The Go Get Discovery console does not show any progress when you install it. So you can use the link in the back to download. I was chasing out this link.
Actually go get is git clone to local.
If you feel git is slow, you can first download the Thunder to the local, and then upload it, put in the required directory.
1. Configure the project path Gopath to/root/leafserver
2. Download the required libraries
git clone https://github.com/name5566/leafserver
Go get github.com/name5566/leaf or git clone https://github.com/name5566/leaf/root/leafserver/src/github.com/ Name5566/leaf
Go get Github.com/golang/protobuf/proto or git clone https://github.com/golang/protobuf/root/leafserver/src/ Github.com/golang/protobuf
Go get gopkg.in/mgo.v2 or git clone https://gopkg.in/mgo.v2/root/leafserver/src/gopkg.in/mgo.v2
3. Compiling
Go Install server