https://github.com/leafney/rose
Rose -- Golang Toolkit -- Go工具类
https://github.com/leafney/rose
go-toolkit golang rose
Last synced: 10 months ago
JSON representation
Rose -- Golang Toolkit -- Go工具类
- Host: GitHub
- URL: https://github.com/leafney/rose
- Owner: leafney
- Created: 2020-03-13T03:25:12.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T12:20:51.000Z (almost 2 years ago)
- Last Synced: 2024-03-23T17:37:12.901Z (almost 2 years ago)
- Topics: go-toolkit, golang, rose
- Language: Go
- Homepage:
- Size: 413 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rose
**Golang Toolkit**
English | [简体中文](README_cn.md)
----
## Install
```sh
go get -u github.com/leafney/rose
```
----
## Use
```go
rose.xxx
```
----
## Series
- [rose-zap: Wrapper class for the logging library uber-go/zap](https://github.com/leafney/rose-zap)
- [rose-notify: Webhook-based message notification service (基于webhook的消息通知服务)](https://github.com/leafney/rose-notify)
- [rose-email](https://github.com/leafney/rose-email)
- [rose-ip2region](https://github.com/leafney/rose-ip2region)
- [rose-sms: 短信发布方法封装](https://github.com/leafney/rose-sms)
- [rose-nsq: Golang Toolkit for NSQ](https://github.com/leafney/rose-nsq)
- [rose-amqp: Golang toolkit for AMQP 0.9.1 model targeted to RabbitMQ as a server.](https://github.com/leafney/rose-amqp)
- [rose-mqtt: Golang Toolkit for MQTT](https://github.com/leafney/rose-mqtt)
- [rose-redis: Implement encapsulation of redis methods](https://github.com/leafney/rose-redis)
- [rose-cache](https://github.com/leafney/rose-cache)
- [rose-leveldb: Local file-level caching based on leveldb, supporting common redis methods](https://github.com/leafney/rose-leveldb)
- [rose-zero: go-zero 框架帮助类](https://github.com/leafney/rose-zero)
- [rose_menu_item: Flutter 菜单项](https://github.com/leafney/rose_menu_item)
- [rose-gin-embed: Gin embed static resources through middleware](https://github.com/leafney/rose-gin-embed)
----