This is a creation in Article, where the information may have evolved or changed.
The first step, first download Go1.6.2.widowsd64.msi, double-click to install Go on Windows native;
This way, the goroot and path are added automatically in the environment variable
Then you need to create a gopath directory yourself, such as I created a Gopath folder under C, and added to the environment variable:
Second step: Download Git-2.8.1-32-bit.exe on Https://git-scm.com/download/win, double-click Run, install to C:\Program Files (x86) \git directory, Then add the git installation directory to the environment variable;
Step three: Start a git Bash and run two commands in it (which is said to run in DOS with missing files):
$ go get github.com/astaxie/beego$ go get github.com/beego/bee
Then you will find that the empty directory created before C:/gopath has three folders, src,pkg and bin, add%gopath%/bin to the environment variable after the path (the half-day is not successful, unexpectedly because it was written $gopath/bin, I cry/(ㄒoㄒ)/~ ~
Fourth step: Run on DOS based on the next few steps on the Http://beego.me/quickstart
Finally, the appearance of such a picture, even if done!!! yeah~