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