From 9836f34dec5002c36672fdfcbcccc93df4652704 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 11 Aug 2008 22:07:49 -0700 Subject: fix bug depot: 1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106 --- test/helloworld.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/helloworld.go') diff --git a/test/helloworld.go b/test/helloworld.go index 83d6b8551..7234be35c 100644 --- a/test/helloworld.go +++ b/test/helloworld.go @@ -7,5 +7,5 @@ package main func main() { - print "hello, world\n"; + print("hello, world\n"); } -- cgit v1.2.3