Add labels to tasks (#45)
This commit is contained in:
16
vendor/honnef.co/go/tools/cmd/staticcheck/README.md
vendored
Normal file
16
vendor/honnef.co/go/tools/cmd/staticcheck/README.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# staticcheck
|
||||
|
||||
_staticcheck_ is `go vet` on steroids, applying a ton of static analysis
|
||||
checks you might be used to from tools like ReSharper for C#.
|
||||
|
||||
## Installation
|
||||
|
||||
Staticcheck requires Go 1.6 or later.
|
||||
|
||||
go get honnef.co/go/tools/cmd/staticcheck
|
||||
|
||||
## Documentation
|
||||
|
||||
Detailed documentation can be found on
|
||||
[staticcheck.io](https://staticcheck.io/docs/staticcheck).
|
||||
|
Reference in New Issue
Block a user