Skip to content

x/website: blog v2 modules article contains confusing command output #59778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rillig opened this issue Apr 22, 2023 · 2 comments
Closed

x/website: blog v2 modules article contains confusing command output #59778

rillig opened this issue Apr 22, 2023 · 2 comments
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Milestone

Comments

@rillig
Copy link
Contributor

rillig commented Apr 22, 2023

https://go.dev/blog/v2-go-modules says:

$ mkdir v2
$ cp *.go v2/
building file list ... done
call_option.go
gax.go
header.go
invoke.go
tools.go

sent 10588 bytes  received 130 bytes  21436.00 bytes/sec
total size is 10208  speedup is 0.95
$

The command cp is not verbose by default, so it prints neither of these lines:

  • building file list
  • sent …
  • total …

These lines should be removed.

@rillig
Copy link
Contributor Author

rillig commented Apr 22, 2023

Same article, next typo:

adding a v2/ suffix

The suffix is /v2, not v2/.

@seankhliao seankhliao changed the title go.dev: v2 modules article contains confusing command output x/website: blog v2 modules article contains confusing command output Apr 22, 2023
@gopherbot gopherbot added this to the Unreleased milestone Apr 22, 2023
@seankhliao seankhliao added Documentation Issues describing a change to documentation. NeedsFix The path to resolution is known, but the work has not been done. labels Apr 22, 2023
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/487735 mentions this issue: _content/blog: fix command output

@golang golang locked and limited conversation to collaborators Apr 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. website
Projects
None yet
Development

No branches or pull requests

3 participants