vgo

Project scaffolder for Go that generates boilerplate code and project structure

brewmacoslinux
Try with needOr install directly
Source

About

Project scaffolder for Go, written in Go

Commands

vgo

Examples

Create a new Go project with default structure$ vgo new myproject
Generate a new Go project in current directory$ vgo init
Create a project with specific template$ vgo new myproject --template web