Versions in this module Expand all Collapse all v1 v1.2.0 Sep 29, 2021 v1.1.8 Sep 29, 2021 Changes in this version + func ComponentName(api *spec.ApiSpec) string + func Copy(src, dst string) (int64, error) + func IsLowerCase(r rune) bool + func IsUpperCase(r rune) bool + func MaybeCreateFile(dir, subdir, file string) (fp *os.File, created bool, err error) + func RemoveComment(line string) string + func ToCamelCase(s string) string + func ToLower(s string) string + func ToLowerCase(r rune) rune + func ToSnakeCase(s string) string + func ToUpper(s string) string + func ToUpperCase(r rune) rune + func UnExport(text string) bool + func UpperFirst(s string) string + func WrapErr(err error, message string) error + func WriteIndent(writer io.Writer, indent int)