Golang errcheck

From wikinotes
Revision as of 18:40, 26 June 2022 by Will (talk | contribs) (Created page with "Checks for ignored errors within your application. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/kisielk/errcheck |- |} </blockquote><!-- Documentation --> = Install = <blockquote> <syntaxhighlight lang="bash"> go install github.com/kisielk/errcheck@latest </syntaxhighlight> </blockquote><!-- Install -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Checks for ignored errors within your application.

Documentation

github https://github.com/kisielk/errcheck

Install

go install github.com/kisielk/errcheck@latest