File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
// license that can be found in the LICENSE file.
4
4
5
5
// Package vcs exposes functions for resolving import paths
6
- // and using version control systems (like Mercurial, Git, or Subversion),
7
- // which can be used to implement behavior consistent with
8
- // the standard "go get" command.
6
+ // and using version control systems, which can be used to
7
+ // implement behavior similar to the standard "go get" command.
9
8
//
10
9
// This package is a copy of internal code in package cmd/go/internal/get,
11
10
// modified to make the identifiers exported. It's provided here
12
11
// for developers who want to write tools with similar semantics.
13
12
// It needs to be manually kept in sync with upstream when changes are
14
- // done to cmd/go/internal/get, see https://golang.org/issues/11490.
13
+ // made to cmd/go/internal/get; see https://golang.org/issues/11490.
15
14
//
16
15
package vcs // import "golang.org/x/tools/go/vcs"
17
16
You can’t perform that action at this time.
0 commit comments