Skip to content

core go work

Go workspace management commands.

Subcommands

CommandDescription
syncSync go.work with modules
initInitialize go.work
useAdd module to workspace

Examples

bash
core go work sync               # Sync workspace
core go work init               # Initialize workspace
core go work use ./pkg/mymodule # Add module to workspace

Released under the EUPL-1.2 License.