# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
1. 使用说明
- 只保留2个可运行版本,方便维护
- 尝试改动态库为静态库
- 必须安装了
git
- 项目必须用
go mod
自动管理依赖 - 必须:
go version
>=
1.18
1.1. 关于测试
go test -v -run ./...
2. 使用
2.1. 静态库版本
go get -u github.com/george012/gtbox@latest
2.2. 动态库版本---停止维护
- 在任意
golang
项目根目录下使用terminal
执行如下命令
wget --no-check-certificate https://raw.githubusercontent.com/george012/gtbox/master/install_gtbox.sh && chmod a+x ./install_gtbox.sh && ./install_gtbox.sh
3. 更新记录
4. 必要支持
- CGO支持
- MAC安装最新版本Xcode及Command Line Tools
5. 功能
- CGO支持
- 自定义加、解密
- 简单的 SSH Client
- 简易 SCP 工具
- 简单的 HTTP Client
- 简单的 ORM 封装
- Aliyun SMS 简单处理
- 日志分片(异步日志文件管理),
- 时间工具
- 字符串工具
- 数组工具
- 系统信息
- 超高精度Float64加、减、乘、除运算
- Bit Bytes 单位换算工具