fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.24k stars 615 forks source link

Using color with multiwrater #101

Closed sergeyp388 closed 5 years ago

sergeyp388 commented 6 years ago

Hello Fatih! i am using code like this ` code:

mw := io.MultiWriter(os.Stdout, file)
Trace = log.New(file,
    "TRACE: ",
    log.Ldate|log.Ltime|log.Lshortfile)

Trace.SetOutput(mw)

` Am I able use your module in my code ?

fatih commented 5 years ago

Hi,

Unfortunately, I'm archiving this project and will no longer maintaining it. For more information, please read my blog post: Taking an indefinite sabbatical from my projects.

Thanks for the feedback and contribution.