Go Blueprint
Choose your desired features, and we'll generate the command you can use to create your project.
Use this command to create a new project with the following folder structure.
go-blueprint create -n my_project -b standard-library -d none -g commit
my_project
.git
cmd
api
main.go
internal
server
routes.go
routes_test.go
server.go
air.toml
Makefile
.env
.gitignore
Readme.md
go.mod
go.sum