forked from mirror/zip
Change package doc
This commit is contained in:
parent
4cb6e8e530
commit
1b10667c88
|
@ -7,7 +7,7 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
var pwFn = func() []byte {
|
func pwFn() []byte {
|
||||||
return []byte("golang")
|
return []byte("golang")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// license that can be found in the LICENSE file.
|
// 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
|
See: http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue