Created
February 9, 2023 21:21
-
-
Save brurucy/70ceb5a18ee222f640fb48196d8146d5 to your computer and use it in GitHub Desktop.
memoir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fx.Run( | |
fx.Invoke(func(o *Obj) { | |
fmt.Println(“%s”, o.ToString()) | |
}), | |
fx.Provide(Foo(2)), | |
fx.Provide(New), | |
fx.Provide(Bar(“two”)), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment