{"id":24849057,"url":"https://github.com/george012/gtbox","last_synced_at":"2025-10-14T20:30:53.036Z","repository":{"id":65935552,"uuid":"602625479","full_name":"george012/gtbox","owner":"george012","description":"Easy-to-use custom Go application development tool","archived":false,"fork":false,"pushed_at":"2025-05-27T03:46:08.000Z","size":16395,"stargazers_count":4,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-27T04:36:58.729Z","etag":null,"topics":["dev-tools","go","go-box","go-tools","gtbox"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/george012/gtbox","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/george012.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeList.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-16T15:54:15.000Z","updated_at":"2025-05-27T03:46:11.000Z","dependencies_parsed_at":"2023-09-28T10:44:42.991Z","dependency_job_id":"16b993f9-83fa-4ff4-8029-176806ba790f","html_url":"https://github.com/george012/gtbox","commit_stats":{"total_commits":234,"total_committers":6,"mean_commits":39.0,"dds":"0.038461538461538436","last_synced_commit":"40b50a383ebd97f45ba5dd88030665f389f20f81"},"previous_names":[],"tags_count":96,"template":false,"template_full_name":null,"purl":"pkg:github/george012/gtbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george012%2Fgtbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george012%2Fgtbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george012%2Fgtbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george012%2Fgtbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/george012","download_url":"https://codeload.github.com/george012/gtbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/george012%2Fgtbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020905,"owners_count":26086948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dev-tools","go","go-box","go-tools","gtbox"],"created_at":"2025-01-31T12:19:56.032Z","updated_at":"2025-10-14T20:30:53.026Z","avatar_url":"https://github.com/george012.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- TOC --\u003e\n\n- [1. 使用说明](#1-使用说明)\n    - [1.1. 关于测试](#11-关于测试)\n- [2. 使用](#2-使用)\n    - [2.1. 静态库版本](#21-静态库版本)\n    - [2.2. 动态库版本---停止维护](#22-动态库版本---停止维护)\n    - [2.3. mac 编译 linux](#23-mac-编译-linux)\n- [3. 更新记录](#3-更新记录)\n- [4. 必要支持](#4-必要支持)\n- [5. 功能](#5-功能)\n- [6. 感谢](#6-感谢)\n\n\u003c!-- /TOC --\u003e\n\n# 1. 使用说明\n* \u003cfont color=red\u003e只保留2个可运行版本，方便维护\u003c/font\u003e\n* \u003cfont color=red\u003e尝试改动态库为静态库 \u003c/font\u003e\n* 必须安装了`git`\n* 项目必须用`go mod`自动管理依赖\n* 必须：`go version` `\u003e=` `1.18`\n\n## 1.1. 关于测试 \n* `go test -v -run ./...`\n\n# 2. 使用\n## 2.1. 静态库版本\n```\ngo get -u github.com/george012/gtbox@latest\n```\n## 2.2. 动态库版本---停止维护\n* \u003cfont color=red\u003e在任意`golang`项目根目录下使用`terminal`执行如下命令\u003c/font\u003e\n```\nwget --no-check-certificate https://raw.githubusercontent.com/george012/gtbox/master/install_gtbox.sh \u0026\u0026 chmod a+x ./install_gtbox.sh \u0026\u0026 ./install_gtbox.sh\n```\n\n## 2.3. mac 编译 linux\n```\nbrew install filosottile/musl-cross/musl-cross\n\n设置如下环境变量 到 ~/.bash_profile 或者 ~/.zshrc\n# Musl-cross 环境\nexport MUSL_CROSS_ROOT=$(brew --prefix musl-cross)\nexport PATH=$MUSL_CROSS_ROOT/bin:$PATH\n\n\n```\n\n# 3. 更新记录\n* [ChangeList](./ChangeList.md)\n\n# 4. 必要支持\n*   CGO支持\n*   MAC安装最新版本Xcode及Command Line Tools\n\n\n# 5. 功能\n- ✅ CGO支持\n- ✅ 自定义加、解密\n- ✅ 简单的 SSH Client\n- ✅ 简易 SCP 工具\n- ✅ 简单的 HTTP Client\n- ✅ 简单的 ORM 封装\n- ✅ Aliyun SMS 简单处理\n- ✅ 日志分片(异步日志文件管理)，\n- ✅ 时间工具\n- ✅ 字符串工具\n- ✅ 数组工具\n- ✅ 系统信息\n- ✅ 超高精度Float64加、减、乘、除运算\n- ✅ Bit  Bytes 单位换算工具\n- ⚠️ file upload 文件上传\n- ❌ error\n- ❗ warning tip\n# 6. 感谢\n`gtbox`收到了 [Jetbrains](https://jb.gg/OpenSourceSupport) Licenses，非常感谢`Jetbrains`对开源项目的支持。\n\n![JetBrains logo](./resource/img/jetBrains.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorge012%2Fgtbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorge012%2Fgtbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorge012%2Fgtbox/lists"}