Start Here

What Changed

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

By Guillermo Alvarez

v0.1.1 overview

This guide version reflects the package naming pass that made framework ownership clearer:

  • Controller behavior moved under golazy.dev/lazycontroller.
  • Route behavior moved under golazy.dev/lazyroutes.
  • The application structure stayed ordinary Go: cmd/app, application packages, and tests.

Read Application Structure for the repository layout, Controllers for controller ownership, and Routing for route ownership.