helm/pkg/engine/doc.go

8 lines
265 B
Go
Raw Normal View History

2016-04-13 06:18:42 +08:00
/*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