Documentation
¶
Index ¶
- func CamelCaseToSnakeCase(s string) string
- func FatalIfErr(err error)
- func Fatalf(format string, v ...any)
- func GenerateTemplateToFile(tmpl string, data any, outPath string, outFileName string)
- func GenerateTemplateToWriter(tmpl string, data any, w io.Writer) error
- func GenerateToFile[T any](generator func(io.Writer, T) error, generatorArg T, outPath string, ...)
- func IsASCIIUpper(c rune) bool
- func SnakeCaseToPascalCase(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelCaseToSnakeCase ¶
func FatalIfErr ¶
func FatalIfErr(err error)
func GenerateTemplateToFile ¶
func GenerateToFile ¶
func IsASCIIUpper ¶
func SnakeCaseToPascalCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.