8 lines
81 B
Go
8 lines
81 B
Go
// +build !windows
|
|
|
|
package output
|
|
|
|
const (
|
|
TERMINAL_CLEAR_LINE = "\r\x1b[2K"
|
|
)
|