# xjgo **Repository Path**: xjieinfo/xjgo ## Basic Information - **Project Name**: xjgo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xjgo [English](README.md) | 简体中文 ## xjgo简介 xjgo是一个web和rpc框架,同时包含了一些实用的工具。 ## xjhttp使用 [示例](examples/httpdemo/httpdemo.go) ## xjrpc使用 [示例](examples/rpcdemo) ## xjgorm使用 [BaseMapper_test.](xjgorm/BaseMapper_test.go) [TxMapper_test带事务](xjgorm/TxMapper_test.go) ## excel操作 [示例](examples/exceldemo/exceldemo.go) ## xjtypes 1. Page:数据分页显示结构 2. R:API结果返回结构 3. GormWrapper:gorm查询条件包装结构