From 8a998a58e65fa435cdfc0134867a422d26af007f Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 18:32:05 +0530 Subject: removed ListPaging from MAL2Go/anime package --- anime/suggestedanime.structs.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'anime/suggestedanime.structs.go') diff --git a/anime/suggestedanime.structs.go b/anime/suggestedanime.structs.go index 13e5afc..d8517b6 100644 --- a/anime/suggestedanime.structs.go +++ b/anime/suggestedanime.structs.go @@ -21,11 +21,4 @@ type SuggestedAnimeRaw struct { Data []struct { Anime Anime `json:"node"` } `json:"data"` - Paging ListPaging `json:"paging"` -} - -// this is how mal2go returns data -type SuggestedAnime struct { - Animes []Anime - Paging ListPaging } -- cgit v1.2.3