| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-03 | all: reformat all .go files with Go 1.19 gofmt | Shulhan | |
| 2019-12-27 | all: fix linter warnings | Shulhan | |
| 2019-03-30 | all: suppress linter warnings on global variables and long lines | Shulhan | |
| This including the copy of subpackage. | |||
| 2019-03-30 | all: 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. | |||
