go-staticcheck 0.4.7
Staticcheck advanced Go linter
Staticcheck is a state of the art linter for the Go programming language. Using static analysis, it finds bugs and performance issues, offers simplifications, and enforces style rules.
- Website: https://staticcheck.dev/
- Licenses: Expat
- Package source: gnu/packages/golang-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-staticcheck 0.4.7
as follows:
guix install go-staticcheck@0.4.7
Or install the latest version:
guix install go-staticcheck
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.