]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
vendor: add in github.com/pkg/errors
authorJoe Richey joerichey@google.com <joerichey@google.com>
Fri, 16 Jun 2017 05:11:50 +0000 (22:11 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Mon, 26 Jun 2017 22:40:19 +0000 (15:40 -0700)
commit07341f3966675e4875f8cad3c8d86ae502de6d4d
tree6fde926f5797f27151eb70a4f002094c0626b19f
parentdefd27f75df3a6eef84ac33adf89b1ce255e738c
vendor: add in github.com/pkg/errors

This commit adds in the github.com/pkg/errors package for handling
errors. This allows us to continue to add context to our errors as they
move up the call stack, but still be able to switch on their root cause.

Change-Id: I6fd55f184318ea1e28c93a84444a2627bff03682
vendor/github.com/pkg/errors/LICENSE [new file with mode: 0644]
vendor/github.com/pkg/errors/README.md [new file with mode: 0644]
vendor/github.com/pkg/errors/appveyor.yml [new file with mode: 0644]
vendor/github.com/pkg/errors/errors.go [new file with mode: 0644]
vendor/github.com/pkg/errors/stack.go [new file with mode: 0644]
vendor/vendor.json