Discover Packages
github.com/system-pclub/GCatch
GCatch
tools
go
analysis
passes
printf
package
Version:
v0.0.0-...-f39ad0c
Opens a new window with list of versions in this module.
Published: Jun 23, 2023
License: GPL-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package printf defines an Analyzer that checks consistency
of Printf format strings and arguments.
Kind is a kind of fmt function behavior.
const (
KindNone Kind = iota
KindPrint
KindPrintf
KindErrorf
)
Result is the printf analyzer's result type. Clients may query the result
to learn whether a function behaves like fmt.Print or fmt.Printf.
Kind reports whether fn behaves like fmt.Print or fmt.Printf.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.