You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added ErrUseDefault error for use in Func and refactored.
Funcs that return nil, nil will now create an error. Funcs
must now return ErrUseDefault to select default client.
added examples and updated README. Removed log.go and moved
logic to testutils package.