Change package doc

This commit is contained in:
alexmullins 2015-11-26 19:24:36 -06:00
parent 4cb6e8e530
commit 1b10667c88
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"testing"
)
var pwFn = func() []byte {
func pwFn() []byte {
return []byte("golang")
}

View File

@ -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