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:      "" /* 1703 byte string literal not displayed */,

	Commands: []*base.Command{
		cmdEdit,
		cmdInit,
		cmdSync,
		cmdUse,
	},
}

Source Files

edit.go init.go sync.go use.go work.go

Version
v1.18.0-beta.2
Published
Jan 31, 2022
Platform
linux/amd64
Imports
13 packages
Last checked
19 seconds ago

Tools for package owners.