An online IDE tool written in Wide:go language that supports team development and supports GIT
Buildbox:go language to write a continuous integration tool, support go, support webhook, support git
Using these two tool combinations also means that you can fully develop your go language project online.
I have made a preliminary attempt to this, I feel OK:
1. Install Wide:
To git download wide linux AMD64 bit installation package, note Do not use go get,go get in the domestic success rate of 0, unless you find a stable socks agent or purchase a VPN agent, wide part of the dependent package needs to connect to the Googlecode installation, So at home by the wall, installation can not continue to the basic;
Unzip the tar.gz package, modify the Conf/wide.json configuration file, and you can use it.
2. Install Buildbox-agent:
According to the installation tips on GitHub, the same no suspense failure (China intranet is really strong), the advantage of this buildbox is a agent hint, and is completely based on go, but its main task is to monitor the Git repository changes, and automatically compiled, So it should be possible to use Jenkins or Hudson.
The above tools are recorded in this spare.
Build a fully online development integration environment using wide and Buildbox