# Functions
EnsureAbsolutePath ensure that a path is absolute, making it relative to absoluteBase if necessary.
IsSliceInt64Eq returns if the two slice has the same elements but different sequences.
Max max of two ints.
Min min of two ints.
OptionalBoolOf get the corresponding OptionalBool of a bool.
RemoveAll files from Go version 1.7 onward.
SanitizeMessage sanitizes a message which may contains a sensitive URL.
SanitizeURLCredentials sanitizes a url, either removing user credentials or replacing them with a placeholder.
TimeStampNow returns now int64.
URLSanitizedError returns the sanitized version an error whose message may contain a sensitive URL.
# Constants
OptionalBoolFalse a "false" boolean value.
OptionalBoolNone a "null" boolean value.
OptionalBoolTrue a "true" boolean value.
# Type aliases
Int64Slice attaches the methods of Interface to []int64, sorting in increasing order.
OptionalBool a boolean that can be "null".
TimeStamp defines a timestamp.