package
Version:
v0.4.6
Opens a new window with list of versions in this module.
Published: Jul 16, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
View Source
var OnSplitUTF8Func = func(r rune) rune {
if r == 0x00 || r == 0x01 {
return -1
}
return r
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.