From 1b10667c8865a291a0923acc42af8f07ae41bb7e Mon Sep 17 00:00:00 2001 From: alexmullins Date: Thu, 26 Nov 2015 19:24:36 -0600 Subject: [PATCH] Change package doc --- crypto_test.go | 2 +- struct.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto_test.go b/crypto_test.go index bfdd445..787cedf 100644 --- a/crypto_test.go +++ b/crypto_test.go @@ -7,7 +7,7 @@ import ( "testing" ) -var pwFn = func() []byte { +func pwFn() []byte { return []byte("golang") } diff --git a/struct.go b/struct.go index 95f4593..88c6219 100644 --- a/struct.go +++ b/struct.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. /* -Package zip provides support for reading and writing ZIP archives. +Package zip provides support for reading and writing password protected ZIP archives. See: http://www.pkware.com/documents/casestudies/APPNOTE.TXT