aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/workspaces.md
AgeCommit message (Collapse)Author
11 hoursdoc/tutorial: fix some words in workspaces.md for ReadabilityShulhan
Change-Id: I063ed9fc642bd40951874de7a52a8e5487df109c
2024-06-04_content/doc/tutorial: fix mixup between "module" and "workspace"Michael Matloob
The word "workspace" was intended to be used. Fixes golang/go#67740 Change-Id: I942f3301eaaf8f3fc6eb8964d3ebe90503bdbc60 Reviewed-on: https://go-review.googlesource.com/c/website/+/590043 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
2023-12-08_content: rewrite links to https://go.dev/foo to /fooRuss Cox
We use /foo consistently so that people browsing on golang.google.cn are not redirected to go.dev. This CL is completely mechanical, replacing href="https://go.dev/ -> href="/ in HTML and replacing ](https://go.dev/ -> ](/ in Markdown. Change-Id: I8ac732d672075600c8e53c46787205454b196850 Reviewed-on: https://go-review.googlesource.com/c/website/+/548058 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2023-08-03_content: update for golang.org/x/example changesRuss Cox
golang.org/x/example/stringutil.Reverse moved to golang.org/x/example/hello/reverse.String. Update references accordingly. Fixes golang/go#61722. Change-Id: Ib041697bc1c5c40d2b6ccefc7550caaedf338b2d Reviewed-on: https://go-review.googlesource.com/c/website/+/515238 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>
2023-02-14_content: Breadcrumbs added to children pages.Frederick Mixell
Added to all doc children page with doclayout. Added to Why Go pages. Added to Security pages. Video of Changes: https://drive.google.com/file/d/1wX9e9K9H9wPTaLLQHh15-cWzMTMRr9DO/view?usp=sharing Change-Id: I0fbf8e925e7fa357762d8eebd2bf13d561d49d86 Reviewed-on: https://go-review.googlesource.com/c/website/+/432775 Reviewed-by: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2022-04-04_content/doc/tutorial: add missing ` of tutorial for workplaceuji
Fixes golang/go#51762 Change-Id: I62b360d470fa1cdd3b32e851e65def5ec867c18d GitHub-Last-Rev: 1a3c23a3f849e4e0bec3e24725298ee6606a6ae3 GitHub-Pull-Request: golang/website#146 Reviewed-on: https://go-review.googlesource.com/c/website/+/394414 Reviewed-by: Ian Lance Taylor <iant@google.com> Trust: Cherry Mui <cherryyz@google.com>
2022-03-31_content/doc/tutorial: fix inaccuracies in workspace tutorialBernhard Valenti
the first change is related to: https://github.com/golang/go/issues/51449 Change-Id: I857d412a5082b142bb54d7fab685d298488376f9 GitHub-Last-Rev: e19bc97f9bfe5d64213af262a8c1d744cddedca8 GitHub-Pull-Request: golang/website#136 Reviewed-on: https://go-review.googlesource.com/c/website/+/389638 Reviewed-by: Michael Matloob <matloob@google.com> Trust: Michael Matloob <matloob@google.com> Trust: Ian Lance Taylor <iant@google.com>
2022-03-21_content/ref: update the modules reference for GOWORKMichael Matloob
The -workfile flag's function has been absorbed by the GOWORK environment variable. Update the workspaces reference to reflect that. Also fix an error in the workspaces tutorial. For golang/go#45713 Change-Id: Id8dc8bb8dc6458d03d7b947ec78d84263d9689e1 Reviewed-on: https://go-review.googlesource.com/c/website/+/393360 Trust: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Beth Brown <ecbrown@google.com>
2022-03-01_content/doc/tutorial: add a tutorial for workspacesMichael Matloob
Change-Id: I0686121523da9b22666cfbad54821527ac5b8feb Reviewed-on: https://go-review.googlesource.com/c/website/+/383854 Trust: Michael Matloob <michaelmatloob@gmail.com> Trust: Bryan Mills <bcmills@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>