You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
I recently upgraded to the newest version of this module and I noticed that esc.Run() now requires an io.Writer. That's awesome, however old code requires a lot of template (see StackExchange/dnscontrol#515 for an example).
Would it make sense to have (for example) a nil writer result in the file being created automatically? This would help with migrating old code, and also would reduce the amount of template code needed.
Just a though!
The text was updated successfully, but these errors were encountered:
I recently upgraded to the newest version of this module and I noticed that
esc.Run()
now requires anio.Writer
. That's awesome, however old code requires a lot of template (see StackExchange/dnscontrol#515 for an example).Would it make sense to have (for example) a nil writer result in the file being created automatically? This would help with migrating old code, and also would reduce the amount of template code needed.
Just a though!
The text was updated successfully, but these errors were encountered: