package
Version:
v1.13.9
Opens a new window with list of versions in this module.
Published: Feb 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
Concat concatenates parts of a string together.
Diff calculates difference of two sorted string (in ASC order).
String returns a string value whose underlying bytes is b.
Since Go strings are immutable, the bytes passed to String
must not be modified afterwards.
Builder concatenates parts of a string together.
NewBuilder creates a new Builder object.
NewBuilderSize creates a new Builder object whose buffer has at least the specified size.
Add appends a string part.
AddByte appends a bytes string part.
Build concatenates parts of a string together and returns it.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.