Golang recommended tutorial and middleware

In general, when looking for the up-to-date recommendation you should check the quickstarts instead of going straight to GitHub repositories as the repositories themselves may linger beyond their initial usage as they are public and it would make sense to remove them.

For Go you would have the following quickstarts:

Looking at the quickstarts in particular the API one you will notice that auth0-community/go-auth0 in indeed one of the dependencies being used so it indicates that this is the recommendation for that scenario.