Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentifierName ¶
type IdentifierName struct {
// contains filtered or unexported fields
}
func NewIdentifierName ¶
func NewIdentifierName(name string) IdentifierName
func (IdentifierName) PascalCase ¶
func (n IdentifierName) PascalCase() string
func (IdentifierName) SnakeCase ¶
func (n IdentifierName) SnakeCase() string
Click to show internal directories.
Click to hide internal directories.