Skip to content

Commit

Permalink
Add Errcheck closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Mar 29, 2014
1 parent d79dcab commit 403ce89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ snippet support, go toolchain commands, etc...
* Run tests and see any errors in quick window
* Lint your code
* Advanced source analysis tool with oracle
* Checking for unchecked errors.

## Install

Expand Down Expand Up @@ -93,6 +94,11 @@ Test your _test.go files via in your current directory. Errors are populated in

:GoTest


Check for unchecked errors in you current package. Errors are populated in quickfix window.

:GoErrCheck

Build your package. It doesn't create any output binary (to not pollute your
working directory). Errors are populated in quickfix window.

Expand Down

0 comments on commit 403ce89

Please sign in to comment.