Documentation ¶
Index ¶
- func ConvertUnicode(str []byte) string
- func Error(str string)
- func Errorf(str string, args ...interface{})
- func FileExist(path string) bool
- func Info(str string)
- func Infof(str string, args ...interface{})
- func Init(app string)
- func MkDirIfNeeded(dir string) error
- func Print(str string)
- func PrintColor(msg string, attr color.Attribute)
- func PrintUnicode(str []byte)
- func Printf(str string, args ...interface{})
- func Warn(str string)
- func Warnf(str string, args ...interface{})
- type MyFormatter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertUnicode ¶
func MkDirIfNeeded ¶
func PrintColor ¶
func PrintUnicode ¶
func PrintUnicode(str []byte)
Types ¶
type MyFormatter ¶
type MyFormatter struct {
logrus.TextFormatter
}
Click to show internal directories.
Click to hide internal directories.