aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2021-04-22 18:15:54 -0400
committerMichael Matloob <matloob@golang.org>2021-04-22 22:17:03 +0000
commitf95832989d03f025d49e844a9a9b94d5b3ca6ff4 (patch)
tree5859932c0d2182324f047e46d05c5c304359aac5
parente6fed429e90abf7c9714341e92de17d4717ee490 (diff)
downloadgo-x-proposal-f95832989d03f025d49e844a9a9b94d5b3ca6ff4.tar.xz
design/45713-workspace.md: move draft doc now that it's ready for review
And now that it has an issue number Change-Id: I6d9da54afd1150b801a92a5f60e8e827642c4de0 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/312849 Trust: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
-rw-r--r--design/45713-workspace.md (renamed from design/draft-workspace.md)6
1 files changed, 2 insertions, 4 deletions
diff --git a/design/draft-workspace.md b/design/45713-workspace.md
index 991df67..23e3ade 100644
--- a/design/draft-workspace.md
+++ b/design/45713-workspace.md
@@ -4,7 +4,7 @@ Author(s): Michael Matloob
Last updated: 2021-04-22
-Discussion at https://golang.org/issue/NNNNN.
+Discussion at https://golang.org/issue/45713.
## Abstract
@@ -135,8 +135,6 @@ will also ignore the workspace.
| `build` | o | o |
| `test ` | o | o |
-
-
If `-workfile` is set to `off`, workspace mode will
be disabled. If it is `auto` (the default), workspace mode will be enabled if a
file named `go.work` is found in the current directory (or any of its parent
@@ -703,7 +701,7 @@ in [#26640](https://golang.org/issue/26640). It proposes an alternative
`go.mod.local` file so that local changes to the go.mod file could be made
adding replaces without needing to risk local changes being committed in
`go.mod` itself. The `go.work` file provides users a place to put many of the
-local changes that would be put in teh proposed `go.mod.local` file.
+local changes that would be put in the proposed `go.mod.local` file.
### [#39005](https://github.com/golang/go/issues/39005) proposal: cmd/go: introduce a build configurations file