Documentation ¶
Index ¶
- func ConcantatePaths(paths ...string) string
- func CreateManyToManyName(tableNameA, tableNameB string) string
- func NormalizePath(path string) string
- func RemoveQuotes(s, quote string) (string, bool)
- func ToExportedGoName(name string) string
- func ToJSONTag(name string) string
- func ToNotExported(word string) string
- func ToPlural(name string) string
- func ToSingle(name string) string
- func TryUnquote(s string) string
- func UnquoteString(s string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConcantatePaths ¶
func CreateManyToManyName ¶
func NormalizePath ¶
func RemoveQuotes ¶
func ToExportedGoName ¶
toExportedGoName converts a snake_case string to CamelCase and ensures it's exported.
func ToNotExported ¶
func TryUnquote ¶
func UnquoteString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.