]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify zip behavior in go1.8.html
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Dec 2016 03:14:58 +0000 (03:14 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Dec 2016 16:19:34 +0000 (16:19 +0000)
Updates #17929

Change-Id: I03b8847384c6cd8c43fe8bf2d75cd26db7063b8b
Reviewed-on: https://go-review.googlesource.com/33762
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
doc/go1.8.html

index 471a9b967dfcf48a823742dc13cc81edf4f4a9b1..0c980b54344665302ad62b65318b17de140b8276 100644 (file)
@@ -627,11 +627,14 @@ Optimizations and bug fixes are not listed.
   <dd>
 
     <p> <!-- CL 18274 -->
-      The zip <code>Reader</code> now supports modification times in
+      The
+      <a href="/pkg/archive/zip/#Reader"><code>Reader</code></a>
+      now supports modification times in
       the NTFS, UNIX, and Extended Time Stamp metadata fields.
       <!-- CL 30811 -->
-      When writing zip files, the Extended Time Stamp field is written
-      for files with non-zero modification times.
+      The
+      <a href="/pkg/archive/zip/#Writer"><code>Writer</code></a>
+      now writes Extended Time Stamp fields.
     </p>
 
   </dd>