Start Here

What Changed

High-level changes covered by the v0.1.2 GoLazy guides.

By Guillermo Alvarez

v0.1.2 overview

This guide version focuses on stronger routing conventions:

  • REST-style resource routing was added to lazyroutes.
  • Controller action binding moved into the routing package.
  • Applications kept controller constructors small and request-local.

Read Routing for resources and route registration. Read Controllers for constructor and action shape.