Skip to content

Commit 960d036

Browse files
empireJay Conrod
authored and
Jay Conrod
committed
cmd/go: add missing parenthesis in a call to "PrintVersion"
For #45713 Change-Id: I16e548e6c10e58da815d08897f4ba5d71eeb17e4 GitHub-Last-Rev: 4a0c5d0 GitHub-Pull-Request: #48360 Reviewed-on: https://go-review.googlesource.com/c/go/+/349599 Reviewed-by: Bryan C. Mills <[email protected]> Trust: Bryan C. Mills <[email protected]> Trust: Jay Conrod <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent 81a4fe6 commit 960d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/go/testdata/script/work_prune.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ package b
5959
import "example.com/q"
6060

6161
func TestB() {
62-
q.PrintVersion
62+
q.PrintVersion()
6363
}
6464
-- p/go.mod --
6565
module example.com/p

0 commit comments

Comments
 (0)