Skip to content

Commit 4e08104

Browse files
committed
add README.md
1 parent 56374a4 commit 4e08104

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# go-unzip
2+
3+
# 一、这是什么?优势是什么?
4+
5+
Go中用来解压zip文件的API,优势:
6+
7+
- 在原生的zip.File的基础上封账了一些易用API
8+
- 支持并发解压zip文件
9+
10+
# 二、安装
11+
12+
```bash
13+
go get -u github.com/compression-algorithm-research-lab/go-unzip
14+
```
15+
16+
# 三、API示例
17+
18+
TODO
19+
20+
21+

0 commit comments

Comments
 (0)