Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Capitalize ¶ added in v1.13.11
Capitalize returns a copy of the string str with the first letter mapped to its upper case.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder concatenates parts of a string together.
func NewBuilderSize ¶
NewBuilderSize creates a new Builder object whose buffer has at least the specified size.
Click to show internal directories.
Click to hide internal directories.