]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add space after comma in 'go help test'
authorJustin Traglia <jtraglia@pm.me>
Wed, 20 Jul 2022 14:20:41 +0000 (14:20 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 25 Jul 2022 18:10:43 +0000 (18:10 +0000)
commit795a88d0c383fae04242632449518a5985d50973
tree21351cc94967edfafb2e9622f891f778f0cedb67
parent9eb3992dddb561001f27ddf0c0d9e29d8d295f66
cmd/go: add space after comma in 'go help test'

This PR fixes a simple typo. It adds a space after a comma. Noticed while looking at `go help test` output.

Change-Id: I5b54f4da0d08a056bffc04899983d858dfa91043
GitHub-Last-Rev: da9cab5eb946523b8783aafe4f05f516e4a77437
GitHub-Pull-Request: golang/go#53931
Reviewed-on: https://go-review.googlesource.com/c/go/+/418034
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go