mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
265 B
8 lines
265 B
9 years ago
|
/*Package engine implements the Go template engine as a Tiller Engine.
|
||
|
|
||
|
Tiller provides a simple interface for taking a Chart and rendering its templates.
|
||
|
The 'engine' package implements this interface using Go's built-in 'text/template'
|
||
|
package.
|
||
|
*/
|
||
|
package engine
|