mirror of
https://github.com/nxshock/gwp.git
synced 2024-11-27 03:31:02 +05:00
7 lines
67 B
Go
7 lines
67 B
Go
|
package gwp
|
||
|
|
||
|
const (
|
||
|
newLine = "\033[1A\033[2K"
|
||
|
endLine = "\n"
|
||
|
)
|