We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a7795 commit 124ac00Copy full SHA for 124ac00
src/content/docs/documentation/Tutorials/helloworld.md
@@ -50,7 +50,7 @@ func main() {
50
use tidy to make sure the project is up to date and all the dependencies are up to date
51
52
```sh
53
-go mod tidy
+go get -u
54
```
55
56
run the project
0 commit comments