Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
Converts a slice of bytes into a string without performing a copy. NOTE: This is an unsafe operation and may lead to problems if the bytes passed as argument are changed while the string is used. No checking whether bytes are valid UTF-8 data is performed.
func IsInterfaceNil ¶
func IsInterfaceNil(param interface{}) bool
Checks whether an interface is nil or has the value nil.
func StringToBytes ¶
Converts a string into a slice of bytes without performing a copy. NOTE: This is an unsafe operation and may lead to problems if the bytes are changed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.