mirror of https://github.com/helm/helm.git
8 lines
265 B
Go
8 lines
265 B
Go
|
/*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
|