Skip to content

Commit 124ac00

Browse files
committed
update tidy to go get -u
1 parent 01a7795 commit 124ac00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/documentation/Tutorials/helloworld.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func main() {
5050
use tidy to make sure the project is up to date and all the dependencies are up to date
5151

5252
```sh
53-
go mod tidy
53+
go get -u
5454
```
5555

5656
run the project

0 commit comments

Comments
 (0)