# itools-go **Repository Path**: gitxuchang/itools-go ## Basic Information - **Project Name**: itools-go - **Description**: go工具集 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-15 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # itools-go `itools-go`是Go基础开发框架,提供了一些基础的、常用的模块,简单、易用和轻量级,并保持极少的外部依赖。 ### 安装 ```go go get -u -v github.com/it-xuchang/itools-go ``` 推荐使用 `go.mod`: ```go require github.com/it-xuchang/itools-go latest ``` ### 限制 ```shell golang版本 >= 1.14 ``` ### 架构 ![img](https://goframe.org/download/attachments/1114119/arch.png)