1
1
mirror of https://github.com/OJ/gobuster.git synced 2025-09-23 18:47:21 +02:00
gobuster/cli/const_windows.go
2025-04-01 14:43:51 +02:00

8 lines
71 B
Go

//go:build windows
package cli
const (
TerminalClearLine = "\r\r"
)