Skip to content

Commit f89ab29

Browse files
committed
fix missing import in terminal_windows.go
1 parent 4cd7f8a commit f89ab29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

terminal_windows.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ package devlog
33
import (
44
"io"
55
"os"
6+
7+
"golang.org/x/sys/windows"
68
)
79

810
// IsColorTerminal checks if the given writer is a terminal with ANSI color support.

0 commit comments

Comments
 (0)