blob: 4a373e98e874a1aafe6efeb0039abfcb58192148 [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: "module",
Short: "using versioned modules",
Long: `
TODO: write whole thing
TODO: mention -getmode=vendor, -getmode=local
`,
}