8 lines
75 B
Go
8 lines
75 B
Go
// +build windows
|
|
|
|
package output
|
|
|
|
const (
|
|
TERMINAL_CLEAR_LINE = "\r\r"
|
|
)
|