# Functions
CheckVersion checks whether the version satisfies the provided version constraints.
ContextTimeout converts context deadline into timeout (time until it runs out).
DiffSlice compares two slices and returns removed and added elements.
HasAnyPrefix checks whether a value has any of the prefixes.
IsSocketWritable returns true if user has write permissions for socket on the given path.
SortMapKeys returns map keys sorted alphabetically.
ToPrettyJSON converts the given value into JSON string.
ValueInSlice checks whether a value is present in the given slice.