Phil
Results
3
issues of
Phil
Consider accepting variadic values to `Errorf` like `fmt.Errorf`. Find `%w` in message and insert error before call to `fmt.Errorf`.
enhancement
See proposal: https://github.com/golang/go/discussions/47331 If the the above proposal is implemented, add identical methods to `singleton.Set` so it implements the same interface. This will allow `singleton.Set` to be used as a...
enhancement