GoLazy Guides
Build the whole app.
Understand every layer.
These guides explain the conventions and framework APIs behind a GoLazy application. Start with the sample app, then move into the layer you need.
These guides document GoLazy v0.1.3.
Choose another guide version from the version selector.
01
Start Here
Build a working mental model before changing the application.02
Core Framework
The framework APIs used by every request.
01
Controllers
Construct request-local controllers, run actions, and return HTTP errors.
Read guide 02Routing
Register route scopes, controller actions, resources, and route metadata.
Read guide 03Dispatcher
Understand middleware, router dispatch, static files, and request flow.
Read guide 04Views and Layouts
Render escaped template data through embedded application layouts.
Read guide 05Services and Context
Initialize shared dependencies once and resolve them explicitly.
Read guide03