Skip to content

refactor test to use gocheck

Son of Odin requested to merge gocheck-refactor into master

I'm a big fan of gocheck. Its a replace of go's built-in unit testing package. Gocheck is so much easier and cleaner to use. I use it in all my projects. Hopefully, you're ok with using it here too.

Merge request reports