README ¶ deenz A small Go library to make it easier to build succinct web applications using the standard library Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func CatchError(f func(err error)) func HandleError(err error) func Must[T any](values *T, err error) *T func Redirect(f func(http.ResponseWriter, *http.Request) string) http.Handler func Render[T any](tmpl *template.Template, f func(http.ResponseWriter, *http.Request) *T) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CatchError ¶ func CatchError(f func(err error)) func HandleError ¶ func HandleError(err error) func Must ¶ func Must[T any](values *T, err error) *T func Redirect ¶ func Redirect(f func(http.ResponseWriter, *http.Request) string) http.Handler func Render ¶ func Render[T any](tmpl *template.Template, f func(http.ResponseWriter, *http.Request) *T) http.Handler Types ¶ This section is empty. Source Files ¶ View all Source files error.go redirect.go render.go Click to show internal directories. Click to hide internal directories.