package
0.0.0-20230925091837-55f7a6b23beb
Repository: https://github.com/xdbfoundation/go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Structs
Clock provides access to the current time from an underlying source.
RealSource is a Source that uses the real time as provided by the stdlib time.Now() function as the current time.
# Interfaces
Source is any type providing a Now function that returns the current time.