# Functions
get the file modification times for a configuration file.
HostNameToShort takes a hostname which may be a Fully Qualified Domain Name or a short hostname, and returns the short hostname.
No description provided by the author
NewAtomicPtr creates a new AtomicPtr[T] initialized with ptr.
# Structs
AtomicPtr provides atomic getting and setting of a pointer.
No description provided by the author
WriteNoCloser wraps an io.Writer and returns an io.WriteCloser for which Close will be a no-op.
NopWriter is a no-op io.WriteCloser.
SyncMap is a strongly-typed sync.Map.