Scaffold a Go module
scaffold_goInitialize a Go module with a minimal main.go and confirm it builds successfully.
Instructions
Create a new Go module with a minimal main.go and verify it builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder name | |
| module | Yes | Go module path, e.g. github.com/you/app | |
| dir | Yes | Parent directory |