Skip to content

Commit

Permalink
add details on how to run generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
cglotr committed Jun 19, 2022
1 parent 79660af commit 9fdf684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func InitializeEvent() Event {
}
```

It looks just like what we wrote above! Now this is a simple example with just
It looks just like what we wrote above! You can try running the code using `go run main.go wire_gen.go` to verify that the code works. Now this is a simple example with just
three components, so writing the initializer by hand isn't too painful. Imagine
how useful Wire is for components that are much more complex. When working with
Wire, we will commit both `wire.go` and `wire_gen.go` to source control.
Expand Down

0 comments on commit 9fdf684

Please sign in to comment.