From fae24f9ee0c6cff3601950560ec4d2fabca092f5 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Thu, 20 Jun 2024 12:34:20 -0700 Subject: [PATCH] Mention the re-run of "go mod tidy" --- docs/libraries/go.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/libraries/go.md b/docs/libraries/go.md index f820074c34..c5abbedf8d 100644 --- a/docs/libraries/go.md +++ b/docs/libraries/go.md @@ -157,7 +157,8 @@ func main() { } } ``` -Now, run this command to interact with the lake via the local file system: +After a re-run of `go mod tidy`, run this command to interact with the lake via +the local file system: ``` go run . ./scratch ```