mirror of https://github.com/golang/go.git
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
|
|
@ -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 New Issue