1
0
mirror of https://github.com/nxshock/gwp.git synced 2024-11-27 03:31:02 +05:00
gwp/consts_windows.go
2021-02-01 20:50:40 +05:00

7 lines
53 B
Go

package gwp
const (
newLine = "\r"
endLine = ""
)