Documentation
¶
Index ¶
- func FindGoMod(startPath string, module string) (string, error)
- func First[S ~[]E, E any](s S, f func(E) bool) (E, error)
- func Map[S ~[]E, E any, R any](s S, f func(E) R) []R
- func MapPointers[S ~[]*R, R any](s S) []R
- func StripModulePackage(s, moduleName string) string
- func ToCamelCase(s string) string
- func ToHtmlCase(s string) string
- func ToPascalCase(s string) string
- func ToSnakeCase(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapPointers ¶
func MapPointers[S ~[]*R, R any](s S) []R
func StripModulePackage ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.