package
Version:
v0.0.0-...-24d46bf
Opens a new window with list of versions in this module.
Published: Jul 31, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
convert b to string without copy
return GoString's buffer slice(enable modify string)
returns &b[0], which is not allowed in go
returns &s[0], which is not allowed in go
Source Files
¶
Click to show internal directories.
Click to hide internal directories.