aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/initwork.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/internal/modcmd/initwork.go')
-rw-r--r--src/cmd/go/internal/modcmd/initwork.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/internal/modcmd/initwork.go b/src/cmd/go/internal/modcmd/initwork.go
index 30653503bc..4182aa071d 100644
--- a/src/cmd/go/internal/modcmd/initwork.go
+++ b/src/cmd/go/internal/modcmd/initwork.go
@@ -13,9 +13,9 @@ import (
"path/filepath"
)
-var _ = modload.TODOWorkspaces("Add more documentation below.T hough this is" +
+var _ = modload.TODOWorkspaces("Add more documentation below. Though this is" +
"enough for those trying workspaces out, there should be more through" +
- "documentation if the proposal is accepted.")
+ "documentation if the proposal is accepted and released.")
var cmdInitwork = &base.Command{
UsageLine: "go mod initwork [moddirs]",