Taiwon Chung
Taiwon Chung
Currently when you use the following patch: ``` @@ var x expression @@ -x.Enabled(true) +x.Enabled() ``` This automatically reformats the expression matched to `x`, and that could make a lot...
**Is your feature request related to a problem? Please describe.** Recently I had to investigate a service not starting up properly due to dependency construction taking a long time in...
This change adds runtime of the associated constructor or decorator to `dig.CallbackInfo`. For example, users can access the runtime of a particular constructor by: ```go c := dig.New() c.Provide(NewFoo, dig.WithProviderCallback(func(ci...