github.com/webx-top/com@v1.2.12/vars.go (about)

     1  package com
     2  
     3  const (
     4  	TB      byte = '\t'
     5  	LF      byte = '\n'
     6  	CR      byte = '\r'
     7  	StrLF        = "\n"
     8  	StrR         = "\r"
     9  	StrCRLF      = "\r\n"
    10  	StrTB        = "\t"
    11  )