Skip to content

Commit

Permalink
Merge branch 'master' into 940
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Sep 22, 2022
2 parents 0dc0315 + f8aaaeb commit 5f425f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inout.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ import "go.uber.org/dig"
// app := fx.New(
// fx.Provide(
// fx.Annotate(
// func() (string,int) { return "hello" },
// func() (string, int) { return "hello", 42 },
// fx.ResultTags(`group:"strings"`),
// ),
// ),
Expand Down

0 comments on commit 5f425f6

Please sign in to comment.