Skip to content

Instantly share code, notes, and snippets.

@brurucy
Created February 9, 2023 21:21
Show Gist options
  • Save brurucy/70ceb5a18ee222f640fb48196d8146d5 to your computer and use it in GitHub Desktop.
Save brurucy/70ceb5a18ee222f640fb48196d8146d5 to your computer and use it in GitHub Desktop.
memoir
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