Currently, GopherCI runs three of @dominikh's tools individually:

There is megacheck, which combines all checks from those 3 tools into one tool, and produces results faster (since it doesn't have to perform type checking and discard results 3 times, only once).
Consider using it.
Currently, GopherCI runs three of @dominikh's tools individually:
There is
megacheck, which combines all checks from those 3 tools into one tool, and produces results faster (since it doesn't have to perform type checking and discard results 3 times, only once).Consider using it.