Quick start:
- Download Go
- Setup
GOPATH go get github.com/jpillora/cloud-torrentcd $GOPATH/src/github.com/jpillora/cloud-torrent- Fork this repo
- Change remote to your fork
- Edit static files
- Edit backend Go files
go generate ./... && go install$GOPATH/bin/cloud-torrent
To add new dependencies:
cd $GOPATH/src/github.com/jpillora/cloud-torrentrm -rf vendor/go get -u -v .Fetch all dependencies into your GOPATHgo get github.com/foo/bargodep save && rm -rf Godep/- Now
vendor/should contain the latest deps for all packages - Test with
go install -vand you should see the build targeting packages withinvendor/...