File: const_windows.go

package info (click to toggle)
ffuf 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 744 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
// +build windows

package output

const (
	TERMINAL_CLEAR_LINE = "\r\r"
	ANSI_CLEAR          = ""
	ANSI_RED            = ""
	ANSI_GREEN          = ""
	ANSI_BLUE           = ""
	ANSI_YELLOW         = ""
)