# Functions
https://github.com/gogits/go-gogs-client/wiki/Users-Emails#add-email-addresses.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#check-if-one-user-follows-another.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#check-if-you-are-following-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users#create-a-access-token.
https://github.com/gogits/go-gogs-client/wiki/Users-Public-Keys#create-a-public-key.
CreateUserPublicKey creates new public key to given user by ID.
https://github.com/gogits/go-gogs-client/wiki/Users-Emails#delete-email-addresses.
https://github.com/gogits/go-gogs-client/wiki/Users-Public-Keys#delete-a-public-key.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#follow-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Public-Keys#get-a-single-public-key.
GetUserByParams returns user whose name is presented in URL paramenter.
https://github.com/gogits/go-gogs-client/wiki/Users#list-access-tokens-for-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Emails#list-email-addresses-for-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#list-followers-of-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#list-users-followed-by-another-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Public-Keys#list-your-public-keys.
https://github.com/gogits/go-gogs-client/wiki/Users-Public-Keys#list-public-keys-for-a-user.
https://github.com/gogits/go-gogs-client/wiki/Users-Followers#unfollow-a-user.