diff options
author | Erik Johnston <erikj@jki.re> | 2017-09-19 11:40:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-19 11:40:21 +0100 |
commit | 08b9940dde5b316c40e7f6ae976cc40cadccde42 (patch) | |
tree | 52cc373ffe700cf1728799dfe435f9571e097031 /.gitignore | |
parent | 856bc5b52e71f4f3735d0332f87d3153043202d0 (diff) |
Make media repo use error rather than jsonErrorResponse (#235)
* Make media repo use error rather than jsonErrorResponse
* Update comments
* gb vendor github.com/pkg/errors
* Fixup error formats
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -12,11 +12,12 @@ kafka.tgz *.so # Folders -kafka -bin -pkg -_obj -_test +/kafka +/bin +/pkg +/_obj +/_test +/vendor/bin # Architecture specific extensions/prefixes *.[568vq] |