From: Carrie Bynon Date: Fri, 15 Feb 2019 11:16:54 +0000 (+1100) Subject: doc: make path platform dependent X-Git-Tag: go1.13beta1~1233 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=88da9ccb98ffaf84bb06b98c9a24af5d0a7025d2;p=gostls13.git 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 --- diff --git a/doc/install.html b/doc/install.html index a41c60ba6c..dda39fcaa7 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/hellosrc\hello inside your workspace, and in that directory create a file named hello.go that looks like: