6 lines
56 B
Go
6 lines
56 B
Go
|
// +build !windows
|
||
|
|
||
|
package cmd
|
||
|
|
||
|
const LineBreak = "\n"
|