package
0.0.0-20240813060107-005fe8a3629a
Repository: https://github.com/arduino/arduino-lint.git
Documentation: pkg.go.dev
# Functions
Error behaves like fmt.Print but adds a prefix, newline and also logs the error.
Errorf behaves like fmt.Printf but adds a newline and also logs the error.
Print behaves like fmt.Print but only prints when output format is set to `text`.
Printf behaves like fmt.Printf but only prints when output format is set to `text`.
Println behaves like fmt.Println but only prints when output format is set to `text`.
VerbosePrint behaves like Print but only prints when verbosity is enabled.
VerbosePrintf behaves like Printf but only prints when verbosity is enabled.
VerbosePrintln behaves like Println but only prints when verbosity is enabled.