go_work
Manage Go workspace files by initializing, adding modules, syncing dependencies, or editing go.work configurations.
Instructions
Manage Go workspaces (go.work files)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| command | Yes | Workspace command: init (create), use (add modules), sync (sync deps), edit (edit go.work) | |
| modules | No | Module paths for use command | |
| directory | No | Working directory |