| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-30 | Update dependancies to lastest version | Joe Richey joerichey@google.com | |
| 2018-02-11 | golint: Use fork that respects vendor directory | Joseph Richey | |
| Ideally, we would just use "golint ./..." to check all our our source files for lint error. However, this does not work because it will include all packages in the vendor directory. The pull request at: https://github.com/golang/lint/pull/325 fixes this issue, so we will use it until the PR has been merged. | |||
| 2018-02-11 | vendor: include source for tools | Joseph Richey | |
| This change vendors the source for all our build, formatting, and linting tools. Generated by running "dep ensure". | |||