Start Here

What Changed

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

By Guillermo Alvarez

v0.1.0 overview

The first guide set introduced the basic GoLazy application shape:

  • Controllers render views through layouts.
  • Route construction connects application paths to request-local controllers.
  • Public files are served after application routes.
  • Applications build into a self-contained Go binary.

Start with Getting Started for the request flow. Use Controllers, Routing, and Views and Layouts for the main framework pieces.