# Functions
No description provided by the author
CachedCall tries to get a cached value from the given caching map before calling f and caching the result.
No description provided by the author
ChanToSlice listens to the given channel and appends all the messages to a slice.
ChunkifyByCount returns a slice containing n slices of roughly equal size.
ChunkifyBySize returns a slice containing slices, each with at most chunkSize elements.
ContainsI checks whether s contains substr in a case-insensitive way.
No description provided by the author
Date returns a copy of the given time, rounded to midnight UTC.
No description provided by the author
No description provided by the author
No description provided by the author
EqualI does a case-insensitive comparison of strings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JoinMaps copies the values of the source map into the target map, overriding the target map if there is a key conflict.
No description provided by the author
MapErr creates a new slice with one element for every element in the given slice.
MapErrRobust creates a new slice with one element for every element in the given slice.
MapGetDef returns the value at m[k] if k is in m, otherwise it returns d.
No description provided by the author
No description provided by the author
Max returns the largest number in nums, or the zero value of T if there are no nums.
Min returns the smallest number in nums, or the zero value of T if there are no nums.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Round to a certain number of digits.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SplitParts splits the string into parts of max length n.
ToMap uses json to convert the interface{} to a map if possible.
No description provided by the author
WrapError wraps a given error with a message and returns it.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author