{"id":34120825,"url":"https://github.com/researchlab/go-bootcamp","last_synced_at":"2026-03-10T18:09:15.925Z","repository":{"id":81716235,"uuid":"52070299","full_name":"researchlab/go-bootcamp","owner":"researchlab","description":"翻译 Matt Aimonetti大神写golang案例实战著作: GO BOOTCAMP","archived":false,"fork":false,"pushed_at":"2019-10-03T01:35:33.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-01T00:10:15.967Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/researchlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-02-19T07:39:29.000Z","updated_at":"2024-06-19T12:36:40.878Z","dependencies_parsed_at":null,"dependency_job_id":"6f66297e-7d06-4e4f-bfc6-34ff7034550d","html_url":"https://github.com/researchlab/go-bootcamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/researchlab/go-bootcamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchlab%2Fgo-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchlab%2Fgo-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchlab%2Fgo-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchlab%2Fgo-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/researchlab","download_url":"https://codeload.github.com/researchlab/go-bootcamp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchlab%2Fgo-bootcamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27736951,"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-12-14T02:00:11.348Z","response_time":56,"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":[],"created_at":"2025-12-14T21:36:43.796Z","updated_at":"2026-03-10T18:09:15.906Z","avatar_url":"https://github.com/researchlab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GO 训练营\n**《Go 训练营》** 翻译自[Matt Aimonetti](https://matt.aimonetti.net/) 大神写的Golang案例实战著作[《GO BOOTCAMP》](http://www.golangbootcamp.com/).\n\n**翻译目的**\n\n第一次看到这本书时,就被它简洁准确易理解的表述，恰当的适量偏多的短小案例所吸引住；相比长篇累牍大篇幅细扣概念的中文教程，此书中对关键点的阐述简洁准确并提供了同样简洁的示例代码，这就是我选择翻译它的初衷。原著现共12个章节,目前已经完成了原著中与Golang核心学习最相关的从第二章到第八章及第十一章共八个章节翻译工作；此外,原著目前未完待续，本站将持续跟进。\n\n**翻译章节**\n\n- [x] [第二章 基本概念实战](http://researchlab.github.io/2016/01/16/go-basics/)\n- [x] [第三章 内置类型实战](http://researchlab.github.io/2016/01/17/go-types/)\n- [x] [第四章 集合类型](http://researchlab.github.io/2016/01/19/go-collection-types/)\n- [x] [第五章 控制流程](http://researchlab.github.io/2016/01/21/go-control/)\n- [x] [第六章 方法](http://researchlab.github.io/2016/01/23/go-methods/)\n- [x] [第七章 接口](http://researchlab.github.io/2016/01/25/go-interfaces/)\n- [ ] [第八章]()\n- [ ] [第十一章]()\n\n\n## GO BOOTCAMP\n**Everything you need to know to get started with Go.**\n\nThis book written by [Matt Aimonetti](https://matt.aimonetti.net/) is about Go basics plus practical tips.\n\n**Contents**\n\n- [Chapter 1 Intro](http://www.golangbootcamp.com/book/intro)\n- [Chapter 2 The Basics](http://www.golangbootcamp.com/book/basics)\n- [Chapter 3 Types](http://www.golangbootcamp.com/book/types)\n- [Chapter 4 Collection Types](http://www.golangbootcamp.com/book/collection_types)\n- [Chapter 5 Control flow](http://www.golangbootcamp.com/book/control_flow)\n- [Chapter 6 Methods](http://www.golangbootcamp.com/book/methods)\n- [Chapter 7 Interfaces](http://www.golangbootcamp.com/book/interfaces)\n- [Chapter 8 Concurrency](http://www.golangbootcamp.com/book/concurrency)\n- [Chapter 9 Get Setup](http://www.golangbootcamp.com/book/get_setup)\n- [Chapter 10 Get Your Feet Wet](http://www.golangbootcamp.com/book/get_your_feet_wet)\n- [Chapter 11 Tips and Tricks](http://www.golangbootcamp.com/book/tricks_and_tips)\n- [Chapter 12 Exercises](http://www.golangbootcamp.com/book/exercises)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearchlab%2Fgo-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresearchlab%2Fgo-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearchlab%2Fgo-bootcamp/lists"}