From d3ffc5e683ffbb86bff2efd5ee4dd4771abf6304 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 3 Sep 2009 10:35:09 -0700 Subject: [PATCH] silence hlint R=r DELTA=7 (0 added, 4 deleted, 3 changed) OCL=34310 CL=34312 --- doc/go_spec.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/go_spec.html b/doc/go_spec.html index 22107d589f3..950ffbd915f 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -3814,7 +3814,7 @@ for i := 0; i <= 3; i++ {

Length and capacity

-Call       Argument type       Result
+Call      Argument type        Result
 
 len(s)    string               string length (in bytes)
           [n]T, *[n]T          array length (== n)
@@ -4367,14 +4367,10 @@ The following minimal alignment properties are guaranteed:
 

Implementation differences - TODO

-

-

- -