# MAL2Go/manga MAL2Go `manga` package has functionality related to getting data about manga. To *update* manga status (score, status, etc) refer to [`user/manga`](../user/manga) package. ## Structure - [manga.go](anime.go) Contains all the exported functions for pulling data from the API. - [manga.structs.go](anime.structs.go) Contains all the structs representing a manga entry on MyAnimeList. - [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. - [search.structs.go](search.structs.go) Representing search results. - [request_handler.go](request_handler.go) Responsible for making HTTP requests. - [client.go](client.go) The Client for accessing the API with this package.