Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
yantonov committed Aug 30, 2015
1 parent bc5438f commit 3ba49fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ var (
OAuthInvalidCredentialsErr = &OAuthError{"invalid client_id or client_secret"}
OAuthInvalidCodeErr = &OAuthError{"unrecognized code"}
OAuthServerErr = &OAuthError{"server error"}
OAuthHTTPClientUnavailableErr = &OAuthError{"http client is nil"}
)

0 comments on commit 3ba49fb

Please sign in to comment.