doggo/internal/app
Gaeulbyul 2cf9e7bf2c fix: Correctly print colored text on Windows
This commit will fix #40.

Replacing os.Stdout with color.Output will fix the problem on Windows's console.

Internally, `color.Output` is same as `colorable.NewColorableStdout()`, according to acd5f3bb28/color.go (L25-L27)

see also: https://godocs.io/github.com/mattn/go-colorable#NewColorableStdout
2022-07-13 16:52:59 +05:30
..
app.go feat: refactor app in a separate package 2021-03-02 18:59:55 +05:30
nameservers.go feat: add strategy flag 2022-05-17 10:21:14 +05:30
output.go fix: Correctly print colored text on Windows 2022-07-13 16:52:59 +05:30
questions.go feat: Add support for reverse DNS lookups 2021-06-25 17:25:04 +05:30