package
0.0.0-20240727100037-04777cf24b8b
Repository: https://github.com/omgolab/go-commons.git
Documentation: pkg.go.dev
# Functions
Escape escapes the , and " char from a byte slice If the byte slice contains a comma, it will be surrounded by double quotes If the byte slice contains a double quote, it will be escaped with two double quotes.