refactor: rearchitect command and executable Go modules
Closes #214 (closed)
switch statements have been removed and the code has been moved the their own command's package.
Tests are also split into multiple files based on the command being tested
resulting binaries went from 19MB to 13MB
The problem of grpc is also fixed
strings bin/check | grep -i grpc | wc -l
0
Edited by feistel