From 736a1aeb81f09edd77f7303d98cbcc5b1cf7d98e Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 2 Apr 2009 23:03:41 -0700 Subject: [PATCH] an attempt at simpler yet more correct semicolon rules. (i'd be happy to drop the paren one as well, reducing it to one case) DELTA=4 (0 added, 3 deleted, 1 changed) OCL=27058 CL=27060 --- doc/go_spec.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 438a764333..1eb6c7a588 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3011,10 +3011,7 @@ which may be omitted only if the previous statement: -- 2.48.1