gofs
is a CLI tool to generate opinionated secure projects
git clone git@github.com:gofs-cli/gofs.git
cd gofs
go mod tidy
go install
gofs
In development but used in production at one of europe's largest tech companies.
Full docs site coming soon
The template includes several modules that are optional and should be deleted to reduce build size. For example we include a postgres connector and a cloudsql connector for conveniance, but you should likely only need one of them.