helm/pkg/engine/doc.go
2016-04-12 17:04:49 -06:00

7 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