{"id":13416690,"url":"https://github.com/polaris1119/The-Golang-Standard-Library-by-Example","last_synced_at":"2025-03-15T01:31:54.403Z","repository":{"id":8014633,"uuid":"9423253","full_name":"polaris1119/The-Golang-Standard-Library-by-Example","owner":"polaris1119","description":"Golang标准库。对于程序员而言，标准库与语言本身同样重要，它好比一个百宝箱，能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。","archived":false,"fork":false,"pushed_at":"2023-04-25T02:47:00.000Z","size":518,"stargazers_count":9509,"open_issues_count":35,"forks_count":2009,"subscribers_count":578,"default_branch":"master","last_synced_at":"2025-03-12T08:11:14.420Z","etag":null,"topics":["go","golang","linux","standard-golang-library"],"latest_commit_sha":null,"homepage":"https://studygolang.com","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/polaris1119.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}},"created_at":"2013-04-14T02:21:23.000Z","updated_at":"2025-03-09T05:23:31.000Z","dependencies_parsed_at":"2022-07-14T10:21:32.773Z","dependency_job_id":"c6f107b3-d603-4cb1-b7c4-18db2614183c","html_url":"https://github.com/polaris1119/The-Golang-Standard-Library-by-Example","commit_stats":{"total_commits":180,"total_committers":37,"mean_commits":4.864864864864865,"dds":0.7,"last_synced_commit":"c466fcc58c288e6bc93b02769b799c3c7a4eb56b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polaris1119%2FThe-Golang-Standard-Library-by-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polaris1119%2FThe-Golang-Standard-Library-by-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polaris1119%2FThe-Golang-Standard-Library-by-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polaris1119%2FThe-Golang-Standard-Library-by-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polaris1119","download_url":"https://codeload.github.com/polaris1119/The-Golang-Standard-Library-by-Example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222206,"owners_count":20256226,"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","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":["go","golang","linux","standard-golang-library"],"created_at":"2024-07-30T22:00:19.998Z","updated_at":"2025-03-15T01:31:53.792Z","avatar_url":"https://github.com/polaris1119.png","language":"Go","funding_links":[],"categories":["Popular","Misc","Go","文档","E-Books","Documentation","进阶学习","Repositories","Uncategorized","tools","Conferences","Free e-books","Zero Trust"],"sub_categories":["组织","Free e-books","To Organize","Other Software","Uncategorized","免费电子书"],"readme":"# 《Go语言标准库》The Golang Standard Library by Example #\r\n\r\nGolang标准库。对于程序员而言，标准库与语言本身同样重要，它好比一个百宝箱，能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。\r\n\r\n标准库基于最新版本Go。注：目前 Go 标准库文档并没有标识某个 API 基于哪个版本的 Go，将来会加上这部分 [issue](https://github.com/golang/go/issues/5778)。\r\n\r\n讲解中涉及到特定操作系统时，针对的都是 Linux/amd64。Go 中相关系统调用在 Linux 下，对于同一个系统调用，如果有对应的 `at` 版本，使用的都是 `at` 版本，如 `open` 系统调用使用都是 `openat`。更多信息参考 [Go语言中文网博客中关于系统调用的文章](http://blog.studygolang.com)。\r\n\r\n## 交流 ##\r\n\r\n欢迎大家加入QQ群：192706294 《Go语言实现与标准库》交流群\r\n\r\nGo语言构建的 Go语言中文网：[http://studygolang.com](http://studygolang.com)\r\n\r\n关注作者公众号，加微信好友、进微信交流群。\r\n\r\n![](polarisxu-qrcode-small.jpg)\r\n\r\n## 阅读 ##\r\n\r\n为了更方便阅读，Go语言中文网搭建了阅读平台，可以更友好的在线阅读。\r\n\r\n[Go语言中文网——Go语言标准库](http://books.studygolang.com/The-Golang-Standard-Library-by-Example)\r\n\r\n## 捐赠 ##\r\n\r\n如果您觉得本书对您有帮助，通过微信或支付宝捐赠作者，金额随意！\r\n\r\n**由于无法从支付方获取支付者信息，请在支付的留言备注功能中附上 Go语言中文网账户的昵称等信息，以便我们记录！**\r\n\r\n## 目录 ##\r\n[目录](directory.md)\r\n## 贡献者 ##\r\n\r\n[hikerell](https://github.com/hikerell)\r\n\r\n## 反馈 ##\r\n\r\n由于本人能力有限，书中难免有写的不对之处，且目前所写内容没有经过校正。如果阅读过程中有任何疑问或觉得不对之处，欢迎提出，谢谢！\r\n\r\n## 版权声明 ##\r\n\r\n本书所有内容遵循 [CC-BY-SA 3.0协议（署名-相同方式共享）](http://zh.wikipedia.org/wiki/Wikipedia:CC-by-sa-3.0%E5%8D%8F%E8%AE%AE%E6%96%87%E6%9C%AC)\r\n\r\n1. 常见误解\r\n\r\n2. 常用手法\r\n\r\n3. 如何理解，使用\r\n\r\n4. 为什么接口如此组织\r\n\r\n5. 和其它语言对比优缺点\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolaris1119%2FThe-Golang-Standard-Library-by-Example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolaris1119%2FThe-Golang-Standard-Library-by-Example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolaris1119%2FThe-Golang-Standard-Library-by-Example/lists"}