kubeadm: app/util/template.go has unit tests

remove TODO because unit tests have been added
This commit is contained in:
Derek McQuay 2017-02-02 11:31:52 -08:00
parent 9e427c88c4
commit 318e27b68a
No known key found for this signature in database
GPG Key ID: 92A7BC0C86B0B91A

View File

@ -22,7 +22,6 @@ import (
"text/template"
)
// TODO: Should be unit-tested
func ParseTemplate(strtmpl string, obj interface{}) ([]byte, error) {
var buf bytes.Buffer
tmpl, err := template.New("template").Parse(strtmpl)