package encoding const ( // Delimiter rune for all encodings. Delimiter = rune('$') // DelimiterStr is the string variation of Delimiter. DelimiterStr = string(Delimiter) )