core go work init¶
Initialize a Go workspace.
Wrapper around go work init. Creates a new go.work file in the current directory.
Usage¶
What It Does¶
- Creates a go.work file
- Automatically adds current module if go.mod exists
- Enables multi-module development