aboutsummaryrefslogtreecommitdiff
path: root/anime/README.md
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 18:33:13 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-06-16 18:33:13 +0530
commit5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (patch)
tree3b7ca0c7ff1c0d4e7150cb5eb8ba9c556ae00509 /anime/README.md
parent8a998a58e65fa435cdfc0134867a422d26af007f (diff)
Update README: remove general.structs.go description (file deleted)
Diffstat (limited to 'anime/README.md')
-rw-r--r--anime/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/anime/README.md b/anime/README.md
index 75a48e8..a4cb2db 100644
--- a/anime/README.md
+++ b/anime/README.md
@@ -164,12 +164,8 @@ Contains all the structs representing an anime entry on MyAnimeList.
- [client.go](client.go)
The Client for accessing the API with this package.
-- [general.structs.go](general.structs.go)
-Some structs that can't particularly be grouped with another file.
-
- [ranking.structs.go](ranking.structs.go)
-Representing anime ranking data both in the form returned by the API and
-the formatted form to be returned by this package.
+Representing anime ranking data both in the form returned by the API and the formatted form to be returned by this package.
- [request_handler.go](request_handler.go)
Responsible for making HTTP requests