https://github.com/mattn/go-colorable.git

mattn 8edacede63 Update README.md 11 years ago
_example 53471aefcd First import 11 years ago
README.md 8edacede63 Update README.md 11 years ago
colorable_others.go 53471aefcd First import 11 years ago
colorable_windows.go 53471aefcd First import 11 years ago

README.md

go-colorable

Colorable writer for windows

Too Bad!

So Good!

Usage

logrus.SetOutput(colorable.NewColorableWriter())

logrus.Info("succeeded")
logrus.Warn("not correct")
logrus.Error("something error")
logrus.Fatal("panic")

Installation

$ go get github.com/mattn/go-colorable

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)