Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

add details on how to run generated code #363

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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