Documentation ¶ Index ¶ func Any(result any, possibleError error) any func AnySlice[T any](result []T, possibleError error) []T func AnyType[T any](result T, possibleError error) T func EnvVarValue(envVarName string) string func String(result string, possibleError error) string func Void(possibleError error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Any ¶ func Any(result any, possibleError error) any func AnySlice ¶ func AnySlice[T any](result []T, possibleError error) []T func AnyType ¶ func AnyType[T any](result T, possibleError error) T func EnvVarValue ¶ func EnvVarValue(envVarName string) string func String ¶ func String(result string, possibleError error) string String is more explicitly telling than Any to expect a string func Void ¶ func Void(possibleError error) Types ¶ This section is empty. Source Files ¶ View all Source files must.go Click to show internal directories. Click to hide internal directories.