Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caser ¶
type Caser struct {
// contains filtered or unexported fields
}
Converter holds the configuration for acronyms
func NewCaser ¶
func NewCaser(options ...CaserOption) *Caser
NewCaser creates a new Converter with given acronyms
func (*Caser) ToLowerCamel ¶
ToLowerCamel converts a string to lowerCamelCase
type CaserOption ¶
type CaserOption func(*Caser)
Converter holds the configuration for acronyms
func WithAcronyms ¶
func WithAcronyms(acronyms ...string) CaserOption
Click to show internal directories.
Click to hide internal directories.