package
Version:
v0.0.44
Opens a new window with list of versions in this module.
Published: Dec 20, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CheckErr print a friendly error message
StandardErrorMessage is generic to the command in use
type Printer interface {
PrintErr(i ...interface{})
Println(i ...interface{})
Printf(format string, i ...interface{})
}
Printer for print the info
Source Files
¶
Click to show internal directories.
Click to hide internal directories.