{"id":14231328,"url":"https://github.com/youngxhui/GinHello","last_synced_at":"2025-08-10T14:32:04.286Z","repository":{"id":122255137,"uuid":"196565489","full_name":"youngxhui/GinHello","owner":"youngxhui","description":"Gin 学习示例代码 ","archived":false,"fork":false,"pushed_at":"2023-09-22T01:50:27.000Z","size":584,"stargazers_count":314,"open_issues_count":4,"forks_count":90,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-26T03:11:20.320Z","etag":null,"topics":["docker","gin","gin-html","gin-middleware","gin-mysql","gin-router","jwt"],"latest_commit_sha":null,"homepage":"https://youngxhui.top/categories/gin/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youngxhui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["youngxhui"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/youngxhui?locale.x=zh_XC"]}},"created_at":"2019-07-12T11:10:58.000Z","updated_at":"2025-04-20T08:49:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ea87604-59f6-4db4-9736-52d0f2cf9be0","html_url":"https://github.com/youngxhui/GinHello","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"8b154245b5619a163059e7fc926b78527f22ce2b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/youngxhui/GinHello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngxhui%2FGinHello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngxhui%2FGinHello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngxhui%2FGinHello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngxhui%2FGinHello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youngxhui","download_url":"https://codeload.github.com/youngxhui/GinHello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngxhui%2FGinHello/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269736519,"owners_count":24467033,"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-08-10T02:00:08.965Z","response_time":71,"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":["docker","gin","gin-html","gin-middleware","gin-mysql","gin-router","jwt"],"created_at":"2024-08-20T14:01:01.667Z","updated_at":"2025-08-10T14:32:03.938Z","avatar_url":"https://github.com/youngxhui.png","language":"Go","funding_links":["https://github.com/sponsors/youngxhui","https://paypal.me/youngxhui?locale.x=zh_XC"],"categories":["go项目实战"],"sub_categories":[],"readme":"# Hello Gin\n\n![CodeQL](https://github.com/youngxhui/GinHello/workflows/CodeQL/badge.svg)\n\nhello Gin 是 Gin 系列的示例代码，具体介绍请移步到 [ISLAND](https://youngxhui.top)\n\n## 目录\n\n- [Gin(一):Hello](https://youngxhui.top/2019/07/gin%E4%B8%80hello/)  \n- [Gin(二):路由Router](https://youngxhui.top/2019/07/gin%E4%BA%8C%E8%B7%AF%E7%94%B1/)  \n- [Gin(三):模板tmpl](https://youngxhui.top/2019/07/gin%E4%B8%89%E6%A8%A1%E6%9D%BFtmpl/)  \n- [Gin(四):表单提交校验和模型绑定](https://youngxhui.top/2019/07/gin%E5%9B%9B%E8%A1%A8%E5%8D%95%E6%8F%90%E4%BA%A4%E6%A0%A1%E9%AA%8C%E5%92%8C%E6%A8%A1%E5%9E%8B%E7%BB%91%E5%AE%9A/)  \n- [Gin(五):连接MySQL](https://youngxhui.top/2019/07/gin%E4%BA%94%E8%BF%9E%E6%8E%A5mysql/)  \n- [Gin(六):文件的上传](https://youngxhui.top/2019/07/gin%E5%85%AD%E6%96%87%E4%BB%B6%E7%9A%84%E4%B8%8A%E4%BC%A0/)  \n- [Gin(七):中间件的使用和定义](https://youngxhui.top/2019/07/gin%E4%B8%83%E4%B8%AD%E9%97%B4%E4%BB%B6%E7%9A%84%E4%BD%BF%E7%94%A8%E5%92%8C%E5%AE%9A%E4%B9%89/)  \n- [Gin(八):Cookie的使用](https://youngxhui.top/2019/07/gin%E5%85%ABcookie%E7%9A%84%E4%BD%BF%E7%94%A8/)  \n- [Gin(九):生成restful接口](https://youngxhui.top/2019/07/gin%E4%B9%9D%E7%94%9F%E6%88%90restful%E6%8E%A5%E5%8F%A3/)  \n- [Gin(十):集成 Swagger](https://youngxhui.top/2019/07/gin%E5%8D%81%E9%9B%86%E6%88%90swagger/)  \n- [Gin(十一)集成ORM-gorm](https://youngxhui.top/2019/07/gin%E5%8D%81%E4%B8%80%E9%85%8D%E5%90%88orm%E6%A1%86%E6%9E%B6/)  \n- [Gin(十二)集成JWT](https://youngxhui.top/2019/08/gin%E5%8D%81%E4%BA%8Cjwt%E4%BD%BF%E7%94%A8/)  \n- [Gin(十三)交叉编译和docker部署](https://youngxhui.top/2019/08/gin%E5%8D%81%E4%B8%89%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91%E5%92%8Cdocker%E9%83%A8%E7%BD%B2/)\n- [Gin(十四)JWT使用续](https://youngxhui.top/2019/10/gin%E5%8D%81%E4%BA%94jwt%E4%BD%BF%E7%94%A8%E7%BB%AD/)  \n\n## 如何使用\n\n在文章末尾都有相应的文章代码，你也可以更换分支来查看不同章节代码。\n\n## Issues\n\n如果你发现文章或者代码中有疑虑或者错误，欢迎在 issues 区提出，我会尽可能的去解答或者更正。\n\n## 其他\n\n该系列文章同时上线到 **[小专栏](https://xiaozhuanlan.com/youngxhui)** 售价 4.99￥ ,如果你觉得文章对你有所帮助，经济能力允许的范围内，欢迎在 **[小专栏](https://xiaozhuanlan.com/youngxhui)** 进行购买，支持一下作者。\n\n感谢你的 star ✨\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungxhui%2FGinHello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungxhui%2FGinHello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungxhui%2FGinHello/lists"}