Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsStringHelper ¶ added in v0.3.0
ContainsStringHelper returns the function map for seeing if strings are contained within other strings.
func QuoteStringHelper ¶ added in v0.3.0
QuoteStringHelper returns the function map for quoting strings in templates.
func RemoveStringHelper ¶ added in v0.3.0
RemoveStringHelper returns the function map for quoting strings in templates.
func TemplateHelpers ¶ added in v0.3.0
TemplateHelpers returns all of the template helpers in the utils package.
func ToFileName ¶
ToFileName will convert a kebab-case string to a snake_case name appropriate to use in a go filename.
func ToPackageName ¶
ToPackageName will convert a kebab-case string to an alllower name appropriate for directory and package names.
func ToPascalCase ¶
ToPascalCase will convert a kebab-case string to a PascalCase name appropriate to use as a go variable name.
Types ¶
This section is empty.