https://github.com/mattn/go-colorable.git
|
|
11 years ago | |
|---|---|---|
| _example | 11 years ago | |
| README.md | 11 years ago | |
| colorable_others.go | 11 years ago | |
| colorable_windows.go | 11 years ago |
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)