Go-blueprint allows users to spin up a quick Go project using a popular framework

1 Open Issue Need Help Last updated: Jul 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the `go-blueprint` CLI tool to exclude the `.env` file from the initial Git commit when the `--git commit` flag is used. This involves updating the project creation logic to ensure `.env` is added to the `.gitignore` file or otherwise excluded from the commit process.

Complexity: 3/5
good first issue

Go-blueprint allows users to spin up a quick Go project using a popular framework

Go