mirror of
https://github.com/helm/helm.git
synced 2026-03-10 10:22:13 -04: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
|