package
module
Version:
v0.0.0-...-008dc86
Opens a new window with list of versions in this module.
Published: Apr 24, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
a plugin for golangci-lint to disallow using the fmt package to print.
build with:
go build -buildmode=plugin plugin/nofmtprintf.go
test with:
go test ./...
Documentation
¶
View Source
var Analyzers = []*analysis.Analyzer{
{
Name: "nofmtprintf",
Doc: "disallows printing with the fmt package",
Run: run,
},
}
Source Files
¶
Directories
¶
This must be package main
|
This must be package main |
Click to show internal directories.
Click to hide internal directories.