From e9e2257133f7c8ec9e8204570f33395d74ebe175 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 20 Jul 2023 17:27:16 +0530 Subject: changed import paths to own git server --- user/manga/README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 user/manga/README.md (limited to 'user/manga/README.md') diff --git a/user/manga/README.md b/user/manga/README.md deleted file mode 100644 index cc93d9a..0000000 --- a/user/manga/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# MAL2Go/user/manga -MAL2Go `user/manga` package has functionality related to updating the user's manga list. - -To *get* manga data, refer to the [`manga`](../../manga) package. - -## Structure -- [mangalist.go](mangalist.go) -Contains the exported functions to do some basic functions with manga lists. - -- [mangalist.structs.go](mangalist.structs.go) -Contains all the structs representing mangalist data pulled from MyAnimeList. - -- [client.go](client.go) -The Client for accessing the API with this package. - -- [request_handler.go](request_handler.go) -Responsible for making HTTP requests - -- [update_mangalist.go](update_mangalist.go) -Contains all the exported functions to update a manga entry in user's mangalist. -- cgit v1.2.3