# Packages
No description provided by the author
# Functions
ErrIsTemporary returns whether an error is Temporary(), iff it implements the Temporary interface.
# Variables
InitialDelay governs how long to wait the first time.
# Structs
ErrTemporary wraps any error and implements Temporary function.
TempErrCatcher catches temporary errors for you.
# Interfaces
Temporary is an interface errors can implement to ensure they are correctly classified by the default TempErrCatcher classifier.