https://github.com/dreamlu/gt
[gt] everything is a tool
https://github.com/dreamlu/gt
api crud curd go golang gorm
Last synced: about 1 month ago
JSON representation
[gt] everything is a tool
- Host: GitHub
- URL: https://github.com/dreamlu/gt
- Owner: dreamlu
- License: mit
- Created: 2019-06-04T01:01:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T08:25:11.000Z (10 months ago)
- Last Synced: 2025-08-18T10:09:24.178Z (10 months ago)
- Topics: api, crud, curd, go, golang, gorm
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
### [GT](https://github.com/dreamlu/gt)
everything is a tool 一切皆工具
#### Are you inefficient in developing code?
It will help you...
#### pkg
| pkg | 作用 |
|--------------|:-------------------------------|
| conf | yaml配置 |
| crud | 丰富的多表crud
(mysql/postgres) |
| log | 日志库 |
| mongo | nosql |
| mq | 消息队列 |
| office/excel | excel通用导入导出 |
| redis | 缓存 |
| snowflake | 雪花算法唯一id |
| [src](#src) | 官方库扩展 |
#### src
| src | 作用 |
|---------|:--------------|
| file | 文件处理 |
| ghttp | http简化易用处理 |
| gos | os扩展 |
| gsync | 携程池与实时进程 |
| mock | 模拟数据 |
| reflect | 反射扩展 |
| tag | struct tag反射包 |
| type | 常用自定义类型 |
| util | util工具 |
| valid | 自定义字段验证 |
#### Special thanks

Thanks for [non-commercial open source development](https://jb.gg/OpenSourceSupport) authorization by JetBrains
#### License
GT is under the MIT license. See the [LICENSE](/LICENSE) file for details.