Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OK success exit code OK = 0 // ERR error exit code ERR = 2 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IShow ¶
type IShow interface { // print current message Print() // trans to string String() string }
show shown
Click to show internal directories.
Click to hide internal directories.