diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 20:35:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 20:35:13 +0530 |
commit | 052b6604a04ca0909bad714981e3d94c6d9e20b4 (patch) | |
tree | 161c9ea1ea8c050499d0717632dacb771d2ac3f9 /manga/manga.structs.go | |
parent | 5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (diff) |
removed ListPaging from MAL2Go/manga package
Diffstat (limited to 'manga/manga.structs.go')
-rw-r--r-- | manga/manga.structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |