Skip to content

Commit

Permalink
Add missing argument to go mod init (#338)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Garnett <[email protected]>
  • Loading branch information
rodrigc and axfelix authored Dec 2, 2024
1 parent c6610d9 commit e31ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/go/dev_environment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cd goproject
Then, initialize a Go project in that directory:

```command
go mod init
go mod init goproject/app
```

Finally, install the Temporal SDK with `go get`:
Expand Down

0 comments on commit e31ce10

Please sign in to comment.