-
Notifications
You must be signed in to change notification settings - Fork 9
V3 vs V2
suntong edited this page Apr 20, 2019
·
3 revisions
- Command-line replacing options removed. Details at https://github.com/go-easygen/easygen/issues/19
- The
-htmlflag, which allowing "treat the template file as html instead of text", has no effect since V2. Now finally removed.
- ENV access changed from
{{$.ENV.SHELL}}to{{ENV "SHELL"}}. Details at https://github.com/go-easygen/easygen/issues/21. - The fundamental data type changed to accept any arbitrary data, just like the text Template does
- not yet.