diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:33:13 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-16 18:33:13 +0530 |
commit | 5f8da4685d6ed2af8550dfe677378e89b9e7b9f5 (patch) | |
tree | 3b7ca0c7ff1c0d4e7150cb5eb8ba9c556ae00509 | |
parent | 8a998a58e65fa435cdfc0134867a422d26af007f (diff) |
Update README: remove general.structs.go description (file deleted)
-rw-r--r-- | anime/README.md | 6 |
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 |