Another thing to note: It is quite common to have a cmd/ directory in the root of your Go project, with all binaries. Eg: cmd/<commandname>/main.go
Some examples:
Another thing to note: It is quite common to have a cmd/ directory in the root of your Go project, with all binaries. Eg: cmd/<commandname>/main.go
Some examples: