This section introduces hof gen
code generation
by starting from simple files and building up to
a generator module for full stack apps.
In the next section, full-stack app, we will use the module we create here to build another app for a different purpose.
You'll want to pick a name and repo so you can have the format
github.com/<username>/<name>
mkdir demo && cd demo
touch models.{cue,go}