package errors import ( "errors" ) var ( ErrUnauthorized = errors.New("User is not authorized") )