Rename all errors to be prefixed with Err.
Syfaro syfaro@foxpaw.in
Sun, 03 Jan 2016 22:50:29 -0600
2 files changed,
3 insertions(+),
3 deletions(-)
M
configs.go
→
configs.go
@@ -30,8 +30,8 @@ )
// 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