Justin Lambert
Justin Lambert
If `Run` is intended to be the replacement for `RunTemplates`, works for me - does exactly what I'm looking for! It currently breaks down [here](https://github.com/hairyhenderson/gomplate/blob/main/template.go#L207) though since `ctx` is missing...
I was just looking for this functionality, and it looks like `util.Logger.Printf` is still the output method. Is there a vision or a specific logger package you have in mind...
@Resonance1584 thanks for taking a look at this! > I don't think BoilerplateOptions is the correct place for our Logger instance Agree, was trying to limit the signature changes until...
> @jlambert121 I actually hadn't considered the use of this project as a library (thanks for raising that use case!) - which makes signature changes on exported functions problematic. >...