Documentation
¶
Index ¶
- func AppendQuote(b, s []byte) []byte
- func AppendQuoteString(b []byte, s string) []byte
- func AppendSafe(b, s []byte) []byte
- func AppendSafeString(b []byte, s string) []byte
- func InterfaceData(v interface{}) unsafe.Pointer
- func InterfaceType(v interface{}) unsafe.Pointer
- func NoEscapeBuffer(b []byte) []byte
- func UnpackInterface(v interface{}) (t, p unsafe.Pointer)
- func UnsafeBytesToString(b []byte) string
- func UnsafeString(ptr unsafe.Pointer, l int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendQuote ¶
func AppendQuoteString ¶
func AppendSafe ¶
AppendSafe appends string to buffer with JSON compatible esaping. It does NOT add quotes.
func AppendSafeString ¶
func InterfaceData ¶
func InterfaceType ¶
func NoEscapeBuffer ¶
func UnpackInterface ¶
func UnsafeBytesToString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.