diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/user.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/user/user.go b/user/user.go index 0d1cbe5..b4f97cc 100644 --- a/user/user.go +++ b/user/user.go @@ -18,7 +18,6 @@ package user import ( "encoding/json" - "errors" ) const BASE_URL string = "https://api.myanimelist.net/v2/users" |