From 052b6604a04ca0909bad714981e3d94c6d9e20b4 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 16 Jun 2022 20:35:13 +0530 Subject: removed ListPaging from MAL2Go/manga package --- manga/manga.structs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'manga/manga.structs.go') diff --git a/manga/manga.structs.go b/manga/manga.structs.go index 6c5d570..ed94111 100644 --- a/manga/manga.structs.go +++ b/manga/manga.structs.go @@ -20,8 +20,6 @@ import ( "github.com/MikunoNaka/MAL2Go/util" ) -type ListPaging util.ListPaging - type Author struct { // TODO: add stuff } -- cgit v1.2.3