linters

package module
v0.0.0-...-008dc86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

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

Index

Constants

This section is empty.

Variables

View Source
var Analyzers = []*analysis.Analyzer{
	{
		Name: "nofmtprintf",
		Doc:  "disallows printing with the fmt package",
		Run:  run,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
This must be package main
This must be package main

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL