https://github.com/mattn/go-colorable.git
|
|
12 年 前 | |
|---|---|---|
| _example | 12 年 前 | |
| README.md | 12 年 前 | |
| colorable_others.go | 12 年 前 | |
| colorable_windows.go | 12 年 前 |
Colorable writer for windows
logrus.SetOutput(colorable.NewColorableWriter())
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)