Vendor import github.com/pkg/errors

This commit is contained in:
Andrey Smirnov
2017-04-14 23:58:13 +03:00
parent 05f6c75743
commit 29e5f4ca10
13 changed files with 1913 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.4.3
- 1.5.4
- 1.6.2
- 1.7.1
- tip
script:
- go test -v ./...