mirror of
https://github.com/ffuf/ffuf
synced 2025-01-10 02:08:49 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
// +build !windows
|
||
|
|
||
|
package output
|
||
|
|
||
|
const (
|
||
|
TERMINAL_CLEAR_LINE = "\r\x1b[2K"
|
||
|
)
|