Skip to content

Commit

Permalink
Go build not needed for go run (#897)
Browse files Browse the repository at this point in the history
As we use the `go run app.go` command, we do not need to prebuild.

Signed-off-by: Eamonn Mc <[email protected]>
  • Loading branch information
emctl authored Sep 8, 2023
1 parent f98a406 commit 6871a0d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tutorials/distributed-calculator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@ working_dir: "./go"

<!-- END_STEP -->

<!-- STEP
name: "Build go app"
working_dir: "./go"
-->

- Build the app. Run:
```bash
go build .
```

<!-- END_STEP -->

<!-- STEP
expected_stdout_lines:
- "You're up and running! Both Dapr and your app logs will appear here."
Expand Down

0 comments on commit 6871a0d

Please sign in to comment.