initial commit

This commit is contained in:
ston1th 2020-08-31 17:12:43 +02:00
commit 9afe51eaf4
815 changed files with 333651 additions and 0 deletions

10
vendor/github.com/pkg/errors/.travis.yml generated vendored Normal file
View file

@ -0,0 +1,10 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip
script:
- make check