gos 0.1.4

gos is a Rust project that helps you create a Go project with the modules you specify in a config file. It automatically writes the import statements in the main.go file and runs go mod init and go mod tidy for you.
1
2
3
4
5
Mods: []
CreateVscodeLaunch: true
CreateLicense: true
CreateGitIgnore: true
CreateReadme: true