blob: 9f2e30f097420bd3252aac07257574b56bce3956 [file] [log] [blame]
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package vgo
import "cmd/go/internal/base"
var HelpModule = &base.Command{
UsageLine: "modules",
Short: "using versioned modules",
Long: `
TODO: write whole thing
TODO: mention -getmode=vendor, -getmode=local
`,
}