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