# MAL2Go/user MAL2Go `user/anime` package has functionality related to updating the user's anime list. ## Usage Firstly, import this package and instanciate the client. ``` go import ( "github.com/MikunoNaka/MAL2Go/user/anime" ) ``` Now instanciate with ``` go myClient := anime.Client { AuthToken: "Bearer " + yourTokenHere, } ``` **More to be added later**