Skip to content

Commit

Permalink
docs(quickstart): add go mod tidy note (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 18, 2023
1 parent 62806c8 commit c8d2be5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/pages/docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ func run() error {
}
```

and run it:
make sure your go.mod is up to date:

```
go mod tidy
```

and then run it:

```shell script
go run .
Expand Down

0 comments on commit c8d2be5

Please sign in to comment.