package
Version:
v1.6.9
Opens a new window with list of versions in this module.
Published: Jul 29, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DecodeWithDesc decode and return desc
EncodeWithDesc add some desc into payload
Shorten add some salt if in duplicated
Delim delimiter
var (
ErrDescContainsDelim = errors.New("desc contains delim")
Non Delim = &delim{value: ""}
CR Delim = &delim{value: "\r"}
LF Delim = &delim{value: "\n"}
CRLF Delim = &delim{value: "\r\n"}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.