Registry / utility / macabu-inamedparam

macabu-inamedparam

JSON →
library0.2.0gogounverified

Package inamedparam is a linter that checks for unnamed function parameters.

go get github.com/macabu/inamedparam
INSTALL
IMPORT
SIG · MACABU-INAMEDPARAM
M
macabu-inamedparam
utilitygov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

inamedparam
github.com/macabu/inamedparam

Demonstrates importing the package (typically used as a linter via go vet).

package main import ( "fmt" "github.com/macabu/inamedparam" ) func main() { fmt.Println("inamedparam is a linter, not a library") }
Debug
Known issues
gotchaThis package is a linter; it is not intended to be used as a library.
fix
Use it via 'go vet -vettool=...' or as a static analysis tool.
affects: all
Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
macabu-inamedparam — go get macabu-inamedparam · libregistry