# Functions
AppendSlices appends multiple slices into a single slice.
ExpandHome expands ~ symbol to home directory.
FileExists checks if a file exists.
Context for API requests.
Context for API requests with large timeout.
Retry retries the given function until it succeeds or the maximum number of attempts is reached.
No description provided by the author
Unique returns a new slice containing only the unique elements from the input slice.
WrapContext adds a context based timeout to a given function.