Skip to content

Commit

Permalink
clarify where the go:generate line should be added
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt authored Jul 23, 2019
1 parent 2a3df24 commit 5b203bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ query findTodos {

## Finishing touches

At the top of our `resolver.go` add the following line:
At the top of our `resolver.go`, between `package` and `import`, add the following line:

```go
//go:generate go run github.com/99designs/gqlgen
Expand Down

0 comments on commit 5b203bc

Please sign in to comment.