scaffold_go_project
Scaffold a Go project with standard directory layout. Provide module path and project type to generate the folder structure.
Instructions
Generate a Go project directory structure following standard layout conventions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| module_path | Yes | Go module path (e.g. github.com/user/project) | |
| project_type | No | Type of Go project |