Handling errors is a part of writing robust software. In this case an error should at very least result in a non-acceptance of the authentication request. After that, do whatever you want.
On Fri, 2018-05-11 at 14:58 -0700, [email protected] wrote: > How do you recommend I check errors. I dismiss them because I don't > likeĀ > if err !=nil { log.error(err.error()} > being all over my project. Suggestions please, Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
