Comment on GitHub Down with a 503parentComments−copperx12yHow does one depend on Github for builds if git is, um, distributed?−lloeki12ygo get, npm installBTW the official standing on dependencies in Go is to actually fork all deps you need, possibly using submodules or even vendorizing by adding src/* to your project VCS.−mrmondo12yPull requests, commit hooks & travis integration.
Comments
How does one depend on Github for builds if git is, um, distributed?
go get, npm install
BTW the official standing on dependencies in Go is to actually fork all deps you need, possibly using submodules or even vendorizing by adding src/* to your project VCS.
Pull requests, commit hooks & travis integration.