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!


On Friday, May 11, 2018 at 2:28:32 AM UTC-5, kortschak wrote:
>
> To summarise: always check your errors. 
>
> On Thu, 2018-05-10 at 22:30 -0600, Burak Serdar wrote: 
> > It is likely that HashDecoded is "" (line 28) because 
> > hex.DecodeString() fails, so password check never fails. 
>
>

-- 
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 golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to