Rename all errors to be prefixed with Err.

This commit is contained in:
Syfaro 2016-01-03 22:50:29 -06:00
parent 6c84cd1fbb
commit 08d7c01637
2 changed files with 3 additions and 3 deletions

View file

@ -30,8 +30,8 @@ const (
// API errors
const (
// APIForbidden happens when a token is bad
APIForbidden = "forbidden"
// ErrAPIForbidden happens when a token is bad
ErrAPIForbidden = "forbidden"
)
// Constant values for ParseMode in MessageConfig