Skip to content
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

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

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 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 NeedsFix The path to resolution is known, but the work has not been done. labels Apr 22, 2023
@gopherbot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation 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