generate_go_module
Create a go.mod file with curated dependencies matched to your project type. Provide a module path to get a ready-to-use Go module configuration.
Instructions
Generate go.mod with curated dependencies for the project type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| go_version | No | Go version (e.g. 1.22) | |
| module_path | Yes | Go module path | |
| dependencies | No | Additional dependencies to include |