goinit A tool to create the structure for a new Go project. Usage Run the following command in what will be the parent directory of the new project. goinit --projectName=myProject Will create: myProject ├── cmd │ └── myProject │ └── main.go └── pkg