Skip to content

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

@rillig

Description

@rillig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.website

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions