command
module
Version:
v0.0.0-...-24783e3
Opens a new window with list of versions in this module.
Published: Nov 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
unkeyed
A fork of https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/composite.
Reports unkeyed composite literals.
Usage
The linter is integrated into the golangci-lint configuration.
If you want to run the linter separately or fix reported issues,
first compile the binary:
go build .
To automatically fix reported issues, invoke the tool with the -fix
flag and pass the package specifier:
unkeyed -fix ./...
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.