Versions in this module Expand all Collapse all v3 deprecated v3.3.5 Sep 7, 2023 Changes in this version + var ErrForbidden = errors.New("Forbidden") + var ErrNotFound = errors.New("Resource not found") + var ErrUnauthorized = errors.New("Unauthorized") + func PresentError(r *http.Request, err error) (*http.Request, interface{}) + type Article struct + CustomDataForAuthUsers string + Data []string + ID int + Title string Other modules containing this package github.com/go-chi/chi github.com/go-chi/chi/v2 github.com/go-chi/chi/v4 github.com/go-chi/chi/v5