mirror of
https://github.com/OJ/gobuster.git
synced 2024-12-18 09:54:10 +01:00
0a0cab949f
* retry on timeout * Google Cloud Bucket enumeration * colors in output * goreleaser * fix nil reference errors
8 lines
79 B
Go
8 lines
79 B
Go
//go:build !windows
|
|
|
|
package cli
|
|
|
|
const (
|
|
TERMINAL_CLEAR_LINE = "\r\x1b[2K"
|
|
)
|