Skip to content

Commit

Permalink
Mention the re-run of "go mod tidy" (#5147)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jun 20, 2024
1 parent c014c91 commit 143554d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/libraries/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 143554d

Please sign in to comment.