Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daheige authored Aug 16, 2021
1 parent 7806c5b commit eed632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func main() {
log.Fatalln("provide error: ", err)
}

err = di.Invoke(func(args ...interface{}) error {
err = di.Invoke(func() error {
log.Println("service has run")
return nil
})
Expand Down

0 comments on commit eed632b

Please sign in to comment.