toolshonnef.co/go/tools/quickfix Index | Files | Directories

package quickfix

import "honnef.co/go/tools/quickfix"

Package quickfix contains analyzes that implement code refactorings. None of these analyzers produce diagnostics that have to be followed. Most of the time, they only provide alternative ways of doing things, requiring users to make informed decisions.

None of these analyzes should fail a build, and they are likely useless in CI as a whole.

Index

Variables

Source Files

analysis.go doc.go

Directories

PathSynopsis
quickfix/qf1001
quickfix/qf1002
quickfix/qf1003
quickfix/qf1004
quickfix/qf1005
quickfix/qf1006
quickfix/qf1007
quickfix/qf1008
quickfix/qf1009
quickfix/qf1010
quickfix/qf1011
quickfix/qf1012
Version
v0.5.0
Published
Aug 13, 2024
Platform
linux/amd64
Imports
13 packages
Last checked
now

Tools for package owners.