From 5e01fb1297e25314184effe2c9f9fbbda0e512fb Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 23 Feb 2022 20:52:09 +0530 Subject: Pushing barebones manga package --- anime/general.structs.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'anime/general.structs.go') diff --git a/anime/general.structs.go b/anime/general.structs.go index 47309c3..152eb28 100644 --- a/anime/general.structs.go +++ b/anime/general.structs.go @@ -16,11 +16,12 @@ package anime +import ( + "github.com/MikunoNaka/MAL2Go/util" +) + // contains previous/next page for anime list -type ListPaging struct { - NextPage string `json:"next"` - PrevPage string `json:"previous"` // might need checking -} +type ListPaging util.ListPaging type Season struct { Year int `json:"year"` -- cgit v1.2.3