Skip to content

Commit

Permalink
doc: make path platform dependent
Browse files Browse the repository at this point in the history
Path should now appear with the correct slash, depending on which
platform install document is being viewed - keeping in line with the
rest of the document.

Fixes golang#30160

Change-Id: Ib10e5a4adf366c700bff6f8d246bd5e3111ed61c
Reviewed-on: https://go-review.googlesource.com/c/go/+/162918
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
cbynon authored and andybons committed Mar 4, 2019
1 parent 68eb3cc commit 88da9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2 id="testing">Test your installation</h2>
</p>

<p>
Next, make the directory <code>src/hello</code> inside your workspace,
Next, make the directory <code class="testUnix">src/hello</code><code class="testWindows">src\hello</code> inside your workspace,
and in that directory create a file named <code>hello.go</code> that looks like:
</p>

Expand Down

0 comments on commit 88da9cc

Please sign in to comment.