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
{{ message }}
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
Hey there :) I tried writing a library that used this lib, but when I went to test everything I ran into conflicts with the test package's own Func1-Func6 implementations.
I could name my imports, but that's always a bit awkward func.Func6<...> instead of simply Func6.
Any suggestions besides named imports? Could the test package itself depend on this lib instead of defining it's own Func1-6 typedefs?