package handlers type Handlers struct{} // New creates a new instances of web server handlers. func New() *Handlers { return &Handlers{} }