Setting up initial handlers and OAuth2 config in our golang app. We are going to set up the handlers and OAuth2 configuration. For that, we need to import necessary components such as the OAuth and HTTP packages first:

5721