sprinkle-tool / sprinkle

Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
https://github.com/sprinkle-tool/sprinkle
MIT License
1.15k stars 138 forks source link

Add go installer for Go packages. #204

Open weakish opened 8 years ago

joshgoebel commented 8 years ago

Since go get supports a list this should by a subclass of PackageInstaller and use most of it's built-in functionality to handle multi-package installs.