Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
BytesToString converts byte slice to string without a memory allocation. For more details, see https://github.com/golang/go/issues/53003#issuecomment-1140276077.
func ReadDirUnsorted ¶
ReadDirUnsorted returns directory entries in the underlying filesystem's natural order, unlike fs.ReadDir which sorts entries by name.
func StringToBytes ¶
StringToBytes converts string to byte slice without a memory allocation. For more details, see https://github.com/golang/go/issues/53003#issuecomment-1140276077.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.