I found that if `ExecuteFunc` returns an error, `ExecuteFuncString` will use panic. I think returning an error is more reasonable. See https://github.com/valyala/fasttemplate/blob/master/template.go#L91
I found that if
ExecuteFuncreturns an error,ExecuteFuncStringwill use panic. I think returning an error is more reasonable.See https://github.com/valyala/fasttemplate/blob/master/template.go#L91