Documentation ¶
Overview ¶
Package naming contains some utilities for generating names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AfterDot ¶ added in v0.52.0
AfterDot returns the part of the string after the first dot.
If there is no dot in the string or dot is the first character, the whole string is returned.
func Capitalize ¶
Capitalize converts first character to upper.
If the string is invalid UTF-8 or empty, it is returned as is.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.