mirror of
https://github.com/golang/go
synced 2024-11-17 21:14:44 -07:00
cmd/go/testdata/script: fix typos in test comments
Change-Id: I2a55cda76f1074b997349dfd6e001dc7277faade Reviewed-on: https://go-review.googlesource.com/134655 Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
parent
13de5e7f7f
commit
1a1c45b32e
@ -47,7 +47,7 @@ stdout error
|
||||
stdout incomplete
|
||||
|
||||
|
||||
# The pattern "all" should match only packages that acutally exist,
|
||||
# The pattern "all" should match only packages that actually exist,
|
||||
# ignoring those whose existence is merely implied by imports.
|
||||
go list -e -f '{{.ImportPath}}' all
|
||||
stdout example.com/direct
|
||||
|
@ -47,7 +47,7 @@ stdout error
|
||||
stdout incomplete
|
||||
|
||||
|
||||
# The pattern "all" should match only packages that acutally exist,
|
||||
# The pattern "all" should match only packages that actually exist,
|
||||
# ignoring those whose existence is merely implied by imports.
|
||||
go list -e -f '{{.ImportPath}} {{.Error}}' all
|
||||
stdout example.com/direct
|
||||
|
Loading…
Reference in New Issue
Block a user