Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcatRangeChecker ¶
type ConcatRangeChecker struct {
}
ConcatRangeChecker checks whether the RangeStmt can be replaced with slices.Concat.
func (*ConcatRangeChecker) AppliesTo ¶
func (c *ConcatRangeChecker) AppliesTo(r *ast.RangeStmt) (analysis.Diagnostic, bool)
Click to show internal directories.
Click to hide internal directories.