# Install errcheck linting
go get -u github.com/kisielk/errcheck
# Will find missing test cases in your test
errcheck .Don't just check errors, handle them
# Run test and check race conditions
go test -race| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Install errcheck linting
go get -u github.com/kisielk/errcheck
# Will find missing test cases in your test
errcheck .Don't just check errors, handle them
# Run test and check race conditions
go test -race