ffuf/pkg/output/const_windows.go

13 lines
205 B
Go
Raw Normal View History

2018-11-09 12:26:55 +00:00
// +build windows
package output
const (
TERMINAL_CLEAR_LINE = "\r\r"
2018-11-09 13:21:23 +00:00
ANSI_CLEAR = ""
ANSI_RED = ""
ANSI_GREEN = ""
ANSI_BLUE = ""
ANSI_YELLOW = ""
2018-11-09 12:26:55 +00:00
)