6 lines
82 B
Go
6 lines
82 B
Go
package errors
|
|
|
|
import "errors"
|
|
|
|
var ErrUnauthorized = errors.New("unauthorized")
|