speakeasy-api / easytemplate

easytemplate is Go's text/template with 🦸 JS super powers 🦸
https://pkg.go.dev/github.com/speakeasy-api/easytemplate
Apache License 2.0
47 stars 2 forks source link

Fix error in main.go that was missed #8

Closed dpankros closed 1 year ago

dpankros commented 1 year ago

The example had data undeclared. Since it doesn't appear to be used, I just defined it as zero.