commit | 9646f1aa87aa246fd492c9d77449f61fc005e12c | [log] [tgz] |
---|---|---|
author | James Chacon <jchacon@google.com> | Wed Jul 02 06:46:00 2014 +1000 |
committer | David Symonds <dsymonds@golang.org> | Wed Jul 02 10:23:24 2014 +1000 |
tree | 62ca7beb449be0e5d00605bd4c8c4abdca6e55f8 | |
parent | ac6833c8ee38777bf322ded2ba63c773ab2fa1a1 [diff] |
Add a lint check for functions which return errors but the error type isn't the last type in the return list. Signed-off-by: David Symonds <dsymonds@golang.org>