aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 22:21:27 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 22:21:27 +0530
commit17af32297ecaef13161b37de0a5abc2e3a8c93fc (patch)
treed361bf2e6b34c17274f0705ce82cd81e48f57958
parent05fe09f3ec167417ea94fc04148ac110f18c4ad6 (diff)
fix import error in user.go
-rw-r--r--user/user.go1
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"