serverkit-go
Serverkit plug-in for Go package.
Installation
Bundler
# Gemfile
gem 'serverkit-go'
RubyGems
$ gem install serverkit-go
Usage
Install a Go package
Use go_package
resource in your serverkit recipe:
resources:
- type: go_package
path: golang.org/x/tools/cmd/godoc
Resource
go_package
Install specified Go package.
Attributes
- path - Path of the package (required)
LICENSE
© 2015 Tomohiro TAIRA.
This project is licensed under the MIT license. See LICENSE for details.