aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/xerrors
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1413-694/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* Add gitea-vet (#10948)John Olheiser2020-04-051-30/+108
| | | | | | | | | | | | | | | | | * Add copyright Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser <john.olheiser@gmail.com> * Combine tools.go into build.go and clean up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove extra GO111MODULE=on Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Rename scripts to build and add revive command as a new build tool command ↵Lunny Xiao2020-04-0313-0/+616
(#10942) Co-authored-by: techknowlogick <techknowlogick@gitea.io>