Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: George Adams <[email protected]>
  • Loading branch information
dagood and gdams authored Nov 19, 2024
1 parent cbe0e5e commit e82b71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ We recommend reading the upstream instructions, but we've included some minimal
First, use the following commands to build the Go toolchain using the source in the `go/src` directory:

- On Unix-like systems:
```
```bash
cd go/src
./make.bash
```

- On Windows:
```
```bat
cd go/src
.\make.bat
```
Expand Down

0 comments on commit e82b71e

Please sign in to comment.