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
The use case of "github.com/go-logr/logr/testing" is for testing, and in tests an import of stdlib's "testing" is guaranteed. Hence, any use of "github.com/go-logr/logr/testing" requires to alias the import by definition. Would it be possible to give it a smarter name instead? Or, because a rename will break backwards compatibility, would it make sense to create a testr pkg in the same spirt as zapr, stdr, etc.?