Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeprecationWarning ¶
type DeprecationWarning struct {
// contains filtered or unexported fields
}
DeprecationWarning the type definition
func NewDeprecationWarning ¶
func NewDeprecationWarning(deprecated string, suggested string) DeprecationWarning
NewDeprecationWarning the constructor
func (DeprecationWarning) Run ¶
func (deprecationWarning DeprecationWarning) Run()
Run write a line to STDOUT
type PrintErr ¶
type PrintErr struct {
// contains filtered or unexported fields
}
PrintErr the type definition
type PrintMessage ¶
type PrintMessage struct {
// contains filtered or unexported fields
}
PrintMessage the type definition
func NewPrintMessage ¶
func NewPrintMessage(msg string) PrintMessage
NewPrintMessage the constructor
Click to show internal directories.
Click to hide internal directories.