Versions in this module Expand all Collapse all v1 v1.2.3 Jul 17, 2021 Changes in this version + var BadRequest = errors.New(http.StatusText(http.StatusBadRequest)) + var InternalServerError = errors.New(http.StatusText(http.StatusInternalServerError)) + var Unauthorized = errors.New(http.StatusText(http.StatusUnauthorized))