# MAL2Go/user MAL2Go `user` package has functionality related to getting data about the authenticated user. ## Structure - [user.go](user.go) Contains all the exported functions for pulling data from the API. - [user.structs.go](user.structs.go) Represents the user data returned by the API - [client.go](client.go) The Client for accessing the API with this package. - [request_handler.go](request_handler.go) Responsible for making HTTP requests