From 88da9ccb98ffaf84bb06b98c9a24af5d0a7025d2 Mon Sep 17 00:00:00 2001
From: Carrie Bynon
Date: Fri, 15 Feb 2019 22:16:54 +1100
Subject: [PATCH] doc: make path platform dependent
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 #30160
Change-Id: Ib10e5a4adf366c700bff6f8d246bd5e3111ed61c
Reviewed-on: https://go-review.googlesource.com/c/go/+/162918
Reviewed-by: Andrew Bonventre
---
doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/install.html b/doc/install.html
index a41c60ba6c8..dda39fcaa7f 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -204,7 +204,7 @@ you will need to set the G
-Next, make the directory src/hello
inside your workspace,
+Next, make the directory src/hello
src\hello
inside your workspace,
and in that directory create a file named hello.go
that looks like: