Documentation
¶
Index ¶
Constants ¶
View Source
const ( WIN_LBR = "\r\n" UNIX_LBR = "\n" )
Variables ¶
This section is empty.
Functions ¶
func HTMLEntitiesToText ¶
HTMLEntitiesToText decodes HTML entities inside a provided string and returns decoded text
func SetUnixLbr ¶
func SetUnixLbr(b bool)
SetUnixLbr with argument true sets Unix-style line-breaks in output ("\n") with argument false sets Windows-style line-breaks in output ("\r\n", the default)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.