tvl-depot/templater
Vincent Ambo 3b0f41e71d feat templater: Fail if values are missing
Golang's template package now has an option for failing if template variables
are missing: https://golang.org/pkg/text/template/#Template.Option

This updates the templater code to make use of that option and return the
errors encountered during templating.

This fixes #1
2017-04-04 11:05:09 +02:00
..
testdata feat templater: Fail if values are missing 2017-04-04 11:05:09 +02:00
pass.go fix pass: Trim leading & trailing whitespace 2017-02-20 14:25:24 +01:00
templater.go feat templater: Fail if values are missing 2017-04-04 11:05:09 +02:00
templater_test.go feat templater: Fail if values are missing 2017-04-04 11:05:09 +02:00