From c0a83945caf3eb27e6db41a0aca2483c0c2995b7 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 22 Nov 2020 15:20:26 +0800 Subject: [PATCH] 94 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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组件,增加复用 -- 2.39.2