aboutsummaryrefslogtreecommitdiff
path: root/go/vcs/vcs_test.go
AgeCommit message (Collapse)Author
2019-12-27all: fix linter warningsShulhan
2019-03-30all: suppress linter warnings on global variables and long linesShulhan
This including the copy of subpackage.
2019-03-30all: use copy of "golang.org/x/tools/go/vcs"Shulhan
The indirect dependencies of package "golang.org/x/tools/go/vcs" is overwhelming. Using "go get" on this package alone will pull up all dependency of "golang.org/x/tools". To minimize unneeded download of unneeded packages we copy the package vcs to our own repository including their license file.