mirror of
https://github.com/ffuf/ffuf
synced 2025-03-01 21:37:13 +00:00
7 lines
81 B
Go
7 lines
81 B
Go
// +build !windows
|
|
|
|
package output
|
|
|
|
const (
|
|
TERMINAL_CLEAR_LINE = "\r\x1b[2K"
|
|
)
|