# part **Repository Path**: qydysky/part ## Basic Information - **Project Name**: part - **Description**: 自己编写的一些go组件,增加复用 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/qydysky/part - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-26 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) - [github.com/skratchdot/open-golang/open](https://github.com/skratchdot/open-golang) under [MIT](https://raw.githubusercontent.com/skratchdot/open-golang/master/LICENSE) - [github.com/gorilla/websocket](https://github.com/gorilla/websocket) under [BSD 2-Clause](https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE) --- #### 介绍 自己编写/收集的一些go组件,不保证向后兼容性,增加复用 buf map变量的save,load,get,set get 爬虫 session 会话(超时)验证 msgq 消息队列 ...