Update work_prune.txt

Add missing parenthesis in a call to "PrintVersion" in work_prune.txt
This commit is contained in:
Hossein Zolfi 2021-09-13 23:23:04 +04:30 committed by GitHub
parent ac40c9872f
commit 4a0c5d0cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ package b
import "example.com/q"
func TestB() {
q.PrintVersion
q.PrintVersion()
}
-- p/go.mod --
module example.com/p