Closed mat007 closed 4 years ago
You probably want if err != nil there.
if err != nil
Nice catch, thanks!
You probably want
if err != nil
there.