diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2018-01-23 18:17:51 +0100 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2018-01-23 18:17:51 +0100 |
commit | 354da79bb2edaa1af7d909d2774e7d67eb4e198c (patch) | |
tree | 309398b28504ec1114e48668b95fcb3067ab018e /vendor/github.com/golang/mock/AUTHORS | |
parent | f173678c0f7e3ace0909cbaad98f532eea944a0c (diff) |
Add vendor
Diffstat (limited to 'vendor/github.com/golang/mock/AUTHORS')
-rw-r--r-- | vendor/github.com/golang/mock/AUTHORS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/golang/mock/AUTHORS b/vendor/github.com/golang/mock/AUTHORS new file mode 100644 index 0000000..660b8cc --- /dev/null +++ b/vendor/github.com/golang/mock/AUTHORS @@ -0,0 +1,12 @@ +# This is the official list of GoMock authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as +# Name or Organization <email address> +# The email address is not required for organizations. + +# Please keep the list sorted. + +Alex Reece <awreece@gmail.com> +Google Inc. |