Documentation
¶
Index ¶
- Variables
- func CamelToSnake(input string) string
- func ExecutableDir() string
- func Filter[T any](slice []T, predicate func(T) bool) []T
- func Find[T any](slice []T, predicate func(T) bool) (T, bool)
- func Map[T any, U any](slice []T, mapper func(T) U) []U
- func PathExists(path string) (bool, error)
- func Ptr[T any](t T) *T
Constants ¶
This section is empty.
Variables ¶
View Source
var Proxy = _proxy{}
Functions ¶
func CamelToSnake ¶
func ExecutableDir ¶
func ExecutableDir() string
func PathExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.