diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-20 17:27:16 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-07-20 17:27:16 +0530 |
commit | e9e2257133f7c8ec9e8204570f33395d74ebe175 (patch) | |
tree | 2579ccdaa7dec03d79c9cece323f6a46f43118b6 /user/anime/animelist.structs.go | |
parent | 017da9a33339fec2423e365c7b8c872e27b5bd21 (diff) |
Diffstat (limited to 'user/anime/animelist.structs.go')
-rw-r--r-- | user/anime/animelist.structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/anime/animelist.structs.go b/user/anime/animelist.structs.go index 6f2417b..de7c4c9 100644 --- a/user/anime/animelist.structs.go +++ b/user/anime/animelist.structs.go @@ -17,7 +17,7 @@ package anime import ( - "github.com/MikunoNaka/MAL2Go/v4/anime" + "dev.vidhukant.xyz/MAL2Go/v4/anime" ) type animeListRaw struct { |