diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:52:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-02-17 21:52:25 +0530 |
commit | 7a910534c8d1e82420ef763b514f2763bda63e65 (patch) | |
tree | 4021d547862af5d5a78944ec6f251186b3647d4f /user/anime/update_animelist.go | |
parent | 69a454a9a8430164c2ce798ecafee221404c50ec (diff) |
updated the client in user and user/anime packages
Diffstat (limited to 'user/anime/update_animelist.go')
-rw-r--r-- | user/anime/update_animelist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/anime/update_animelist.go b/user/anime/update_animelist.go index 5a6883c..5f6025a 100644 --- a/user/anime/update_animelist.go +++ b/user/anime/update_animelist.go @@ -16,7 +16,7 @@ package anime import ( - e "github.com/MikunoNaka/mal2go/errhandlers" + e "github.com/MikunoNaka/MAL2Go/errhandlers" "errors" "fmt" "net/url" |