We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd7f8a commit f89ab29Copy full SHA for f89ab29
1 file changed
terminal_windows.go
@@ -3,6 +3,8 @@ package devlog
3
import (
4
"io"
5
"os"
6
+
7
+ "golang.org/x/sys/windows"
8
)
9
10
// IsColorTerminal checks if the given writer is a terminal with ANSI color support.
0 commit comments