Versions in this module Expand all Collapse all v1 v1.0.2 Jul 17, 2021 Changes in this version + var BadRequest = errors.New(http.StatusText(http.StatusBadRequest)) + var InternalServerError = errors.New(http.StatusText(http.StatusInternalServerError)) + var LimitOutOfRange = errors.New("limit out of 1-100") + func InvalidParam(name string) error + func NotFound(name string) error