Introducing a new project starter tool for developers Whenever I need to create a new Go project, I follow the standard project structure. So I initialize my project by creating cmd, internal, and pkg folders. These days, we always run our applications in containers with orchestrations tools. Therefore; I also…