mirror of
https://github.com/OJ/gobuster.git
synced 2025-09-23 18:47:21 +02:00
8 lines
71 B
Go
8 lines
71 B
Go
//go:build windows
|
|
|
|
package cli
|
|
|
|
const (
|
|
TerminalClearLine = "\r\r"
|
|
)
|