diff --git a/docs/pages/docs/getting-started/quickstart.md b/docs/pages/docs/getting-started/quickstart.md index 464592e1..d8a73a6a 100644 --- a/docs/pages/docs/getting-started/quickstart.md +++ b/docs/pages/docs/getting-started/quickstart.md @@ -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 .