mirror of
https://github.com/helm/helm.git
synced 2026-02-18 10:20:11 -05:00
7 lines
265 B
Go
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
|