FWIW you can also do this:
t = Template()
generate(t, "MyPackageName")
Anyway, the usage t("MyPackageName") is called a “function-like object” or “callable object”. Docs: Methods · The Julia Language
FWIW you can also do this:
t = Template()
generate(t, "MyPackageName")
Anyway, the usage t("MyPackageName") is called a “function-like object” or “callable object”. Docs: Methods · The Julia Language