http://beta.gobuild.io is a online golang code build service. Use this service, you can easily share binary file with your friend.
Also you can got golang lib source package(including dependency) download.
for example: if your repo is github.com/beego/bee
open your browser, visit http://beta.gobuild.io/github.com/beego/bee, then the project will be added automaticly.
how to install
bash -c "$(curl -s gobuild.io/install_got.sh)"
sample:
filesets:
includes:
- README.md
- LICENSE
excludes:
- .*.go
settings:
targetdir: ""
addopts: ""
yaml"cgoenable": false
developing now...
gobuild2 is under MIT License
- See Trello Board to follow the develop team.
- 2014-06-07 support golang lib source package
- 2014-06-05 support source code package download