OldSmokeGun

Results 4 issues of OldSmokeGun

we can customize http client to set proxy and timeout, etc.

Please provide a way where we can turn off the errorVerbose output! When I print pkg/errors, it prints errorVerbose, which is quite confusing, since StackTrace is provided, why should it...

![image](https://user-images.githubusercontent.com/30717069/197680547-da898759-13c4-4ab0-a9cb-fb0defb91d2f.png)

### Describe the bug Wire doesn't support generics when I pass a generic function in wire.NewSet ### To Reproduce Pass generic function in wire.NewSet, like this: ```go wire.NewSet( db.New[config.DBConfigDefault, config.DBInstanceDefault],...