https://github.com/mattn/go-colorable.git
|
|
há 11 anos atrás | |
|---|---|---|
| _example | há 11 anos atrás | |
| README.md | há 11 anos atrás | |
| colorable_others.go | há 11 anos atrás | |
| colorable_windows.go | há 11 anos atrás |
Colorable writer for windows
logrus.SetOutput(colorable.NewColorableStdout())
logrus.Info("succeeded")
logrus.Warn("not correct")
logrus.Error("something error")
logrus.Fatal("panic")
$ go get github.com/mattn/go-colorable
MIT
Yasuhiro Matsumoto (a.k.a mattn)