MaximeD / gost

A gist client in go
MIT License
72 stars 5 forks source link

REFACTOR errors handling #7

Closed MaximeD closed 10 years ago

MaximeD commented 10 years ago

No need to use an else in most if err != nil blocks. Simplify code where it uses it.

REF #6