mirror of
https://github.com/ffuf/ffuf
synced 2024-11-14 16:07:07 +00:00
8 lines
75 B
Go
8 lines
75 B
Go
|
// +build windows
|
||
|
|
||
|
package output
|
||
|
|
||
|
const (
|
||
|
TERMINAL_CLEAR_LINE = "\r\r"
|
||
|
)
|