mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
Update work_prune.txt
Add missing parenthesis in a call to "PrintVersion" in work_prune.txt
This commit is contained in:
parent
ac40c9872f
commit
4a0c5d0cda
1 changed files with 1 additions and 1 deletions
2
src/cmd/go/testdata/script/work_prune.txt
vendored
2
src/cmd/go/testdata/script/work_prune.txt
vendored
|
@ -59,7 +59,7 @@ package b
|
|||
import "example.com/q"
|
||||
|
||||
func TestB() {
|
||||
q.PrintVersion
|
||||
q.PrintVersion()
|
||||
}
|
||||
-- p/go.mod --
|
||||
module example.com/p
|
||||
|
|
Loading…
Reference in a new issue