The authorization code flow example doesn't work
I have no idea what to do with this code
https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/9a63cc219c3822f23f3a54c62c1261b729a50536/apps/tests/devapps/authorization_code_sample.go#L37
The functions mentioned there don't exist.
DefaultPublicClientApplicationOptions is not present in the code, except in the commented-out example...
I love this comment here
https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/9a63cc219c3822f23f3a54c62c1261b729a50536/apps/tests/devapps/confidential_auth_code_sample.go#L13
It's lovely that even you admit that your APIs are too confusing to use :P
But I see there is already #293