package
Version:
v1.1.6
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: AGPL-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.
Documentation
¶
Package feedback provides feedback to the user.
func Error(v ...interface{})
Error behaves like fmt.Println but adds a prefix.
func Errorf(format string, v ...interface{})
Errorf behaves like fmt.Printf but adds a prefix and newline.
LogError logs non-nil errors and returns whether the error was nil.
func Warning(v ...interface{})
Warning behaves like fmt.Println but adds a prefix.
func Warningf(format string, v ...interface{})
Warningf behaves like fmt.Printf but adds a prefix and newline.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.