Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "goprintffuncname", Doc: "Checks that printf-like functions are named with `f` at the end.", Run: run, Requires: []*analysis.Analyzer{inspect.Analyzer}, } Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files analyzer.go Click to show internal directories. Click to hide internal directories.