Tested on:
- Debian GNU/Linux 6.0
Notes: This cookbook has been tested on the listed platforms. It may work on other platforms with or without modification.
Key | Type | Description | Default |
---|---|---|---|
['go']['version'] | String | Go version | 1.0.3 |
['go']['platform'] | String | `amd64` or `i386` | amd64 |
Just include golang
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[golang]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Submit a Pull Request using Github