From: qydysky Date: Sun, 22 Nov 2020 07:20:26 +0000 (+0800) Subject: 94 X-Git-Tag: v0.3.1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=c0a83945caf3eb27e6db41a0aca2483c0c2995b7;p=part%2F.git 94 --- diff --git a/README.md b/README.md index 78e21dd..730a022 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # part ![test](https://github.com/qydysky/part/workflows/test/badge.svg) [![PkgGoDev](https://pkg.go.dev/badge/github.com/qydysky/part?tab=overview)](https://pkg.go.dev/github.com/qydysky/part?tab=overview) + +--- +### LICENSE +使用了以下项目,十分感谢 +- [golang](https://golang.org/) under [BSD](https://golang.org/LICENSE) +- [github.com/thedevsaddam/gojsonq](https://github.com/thedevsaddam/gojsonq) under [MIT](https://raw.githubusercontent.com/thedevsaddam/gojsonq/v2/LICENSE.md) +- [github.com/miekg/dns](https://github.com/miekg/dns) under [LICENSE](https://raw.githubusercontent.com/miekg/dns/master/LICENSE) +- [github.com/klauspost/compress](https://github.com/klauspost/compress) under [BSD 3-Clause](https://raw.githubusercontent.com/klauspost/compress/master/LICENSE) +- [github.com/andybalholm/brotli](https:github.com/andybalholm/brotli) under [MIT](https://raw.githubusercontent.com/andybalholm/brotli/master/LICENSE) +- [github.com/klauspost/pgzip](https://github.com/klauspost/pgzip) under [MIT](https://raw.githubusercontent.com/klauspost/pgzip/master/LICENSE) +--- + #### 介绍 自己编写/收集的一些go组件,增加复用