This is the release of v0.2 of Pushup, the web framework tool for Go that makes building page-oriented web apps easy. Pushup combines file-based routing with a compiler that combines HTML and Go syntax for fast prototyping of web apps.
What's Changed
- Add new "pushup routes" command (#75)
- Add line number and column to syntax errors in parser (#71)
- Make Pushup a Nix flake...