service driven
Hello
A compact GoLazy application with one service, one controller, one resource-backed route, Tailwind styles, and a small Stimulus effect.
homecontroller.go
func (c *HomeController) Index() error {
c.Set("title", c.helloService.Hello())
return nil
}