What is the common way to have several executables in your project?
Have a cmd directory and a directory per executable inside it.
Comment out main.
Use build tags.
Have a pkg directory and a directory per executable inside it.