1
1
mirror of https://github.com/OJ/gobuster.git synced 2025-09-23 18:47:21 +02:00
gobuster/cli/const.go
2025-04-01 14:43:51 +02:00

8 lines
77 B
Go

//go:build !windows
package cli
const (
TerminalClearLine = "\r\x1b[2K"
)