aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Luo <johnnyluo1980@gmail.com>2017-07-16 03:58:00 +1000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-07-15 21:14:01 +0000
commitbcc349aecf7bb26d4430e8f8ab60d9362181d1a0 (patch)
tree8538043191e9f580b4fe27e68d96eb4a2d1f6d21
parent9ca9f31f0b4c3fbe78a214a979e5aad409c16a48 (diff)
downloadgo-bcc349aecf7bb26d4430e8f8ab60d9362181d1a0.tar.gz
go-bcc349aecf7bb26d4430e8f8ab60d9362181d1a0.zip
archive/zip: remove an out of date TODO
It had been implemented. Refer to https://golang.org/pkg/archive/zip/#FileHeader.Comment Change-Id: I81572562c3111b58189baa3510b9ba688fe269c9 Reviewed-on: https://go-review.googlesource.com/48857 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--src/archive/zip/writer.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/archive/zip/writer.go b/src/archive/zip/writer.go
index f46a03c37e..9f4fceee84 100644
--- a/src/archive/zip/writer.go
+++ b/src/archive/zip/writer.go
@@ -14,8 +14,6 @@ import (
"unicode/utf8"
)
-// TODO(adg): support zip file comments
-
// Writer implements a zip file writer.
type Writer struct {
cw *countWriter