github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/internal/osutils/vars_windows.go (about)

     1  //go:build windows
     2  // +build windows
     3  
     4  package osutils
     5  
     6  // LineSep is the line separator character string used on the GOOS
     7  const LineSep = "\r\n"