package workcmd
import "cmd/go/internal/workcmd"
Package workcmd implements the “go work” command.
Index ¶
Variables ¶
var CmdWork = &base.Command{ UsageLine: "go work", Short: "workspace maintenance", Long: "" /* 1864 byte string literal not displayed */, Commands: []*base.Command{ cmdEdit, cmdInit, cmdSync, cmdUse, cmdVendor, }, }
Source Files ¶
edit.go init.go sync.go use.go vendor.go work.go
- Version
- v1.23.0-rc.2
- Published
- Jul 16, 2024
- Platform
- js/wasm
- Imports
- 18 packages
- Last checked
- 2 minutes ago –
Tools for package owners.