-
Just import `go.uber.org/dig` to any go.mod enabled project and then run `vgo mod -sync`
```
import "go.uber.org/dig" ->
import "go.uber.org/dig/internal/digreflect" ->
test ->
import "go.uber.…
-
Ich stehe nun vor einem anderen Problem. Da das hier ja ein FHEM Modul ist und ich mich eigentlich auf OpenHab eingelassen habe, wollte ich mal Fragen ob es hier jemanden gibt, der mir dabei helfen ka…
-
"self" import is generates as `x "."`. It works in gopath and with reflection based `mockgen`.
Using `-self_package` does not affect the output.
Sample program (foo.go):
```
package foo
type …
-
Can you provide a detailed guide on how to inject a configuration which is in a json/yaml/xml file with fx.
I went through the yarpc's source code, which uses injection through a yaml file but coul…
-
Hi there,
first thanks for providing this DI library!
But: I didn't find any documentation about how to use dig library, that goes beyond basic functionality.
Mainly I wonder about the best wa…
-
### Is your feature request related to a problem? Please describe.
Managing lifecycle of the components. Hooks that at run at start and stop of the application.
### Describe the solution you'd lik…
-
Hi,
great tool:), but is not working with interfaces with `.../atomic` types like `"go.uber.org/atomic"`.
For example for interface:
```go
import "go.uber.org/atomic"
type At interface {
Me…
msoap updated
5 years ago
-
A continuation of #10, #18, #19, #20 and #21
-
Hi!
This is just an open list of performance improvements that can be implemented.
Some of them were already implemented by us in our branch as we had some serious issues #154 . Hopefully, we'll fin…
-
Hey there, one of the authors from [go.uber.org/dig](https://github.com/uber-go/dig) and [go.uber.org/fx](https://github.com/uber-go/dig) here.
Wire looks supremely useful - can you break this libr…