{"id":19230144,"url":"https://github.com/yangwenmai/go-in-action","last_synced_at":"2025-04-21T03:30:33.311Z","repository":{"id":57559893,"uuid":"107835113","full_name":"yangwenmai/go-in-action","owner":"yangwenmai","description":"《Go In Action》代码笔记，练习题，项目源码分析，改进代码等。","archived":false,"fork":false,"pushed_at":"2017-11-01T02:43:41.000Z","size":33,"stargazers_count":22,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T11:12:24.118Z","etag":null,"topics":["example","go","go-in-action","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yangwenmai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-22T03:44:03.000Z","updated_at":"2023-11-09T07:50:20.000Z","dependencies_parsed_at":"2022-08-26T07:00:56.224Z","dependency_job_id":null,"html_url":"https://github.com/yangwenmai/go-in-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangwenmai%2Fgo-in-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangwenmai%2Fgo-in-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangwenmai%2Fgo-in-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangwenmai%2Fgo-in-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yangwenmai","download_url":"https://codeload.github.com/yangwenmai/go-in-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223848129,"owners_count":17213565,"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":["example","go","go-in-action","golang"],"created_at":"2024-11-09T15:37:02.770Z","updated_at":"2024-11-09T15:37:03.431Z","avatar_url":"https://github.com/yangwenmai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 《Go In Action》代码笔记 \n[![Build Status](https://travis-ci.org/yangwenmai/go-in-action.svg?branch=master)](https://travis-ci.org/yangwenmai/go-in-action) [![Go Report Card](https://goreportcard.com/badge/github.com/yangwenmai/go-in-action)](https://goreportcard.com/report/github.com/yangwenmai/go-in-action)  [![Documentation](https://godoc.org/github.com/yangwenmai/go-in-action?status.svg)](http://godoc.org/github.com/yangwenmai/go-in-action) [![Coverage Status](https://coveralls.io/repos/github/yangwenmai/go-in-action/badge.svg?branch=master)](https://coveralls.io/github/yangwenmai/go-in-action?branch=master) [![GitHub issues](https://img.shields.io/github/issues/yangwenmai/go-in-action.svg)](https://github.com/yangwenmai/go-in-action/issues) [![license](https://img.shields.io/github/license/yangwenmai/go-in-action.svg?maxAge=2592000)](https://github.com/yangwenmai/go-in-action/LICENSE) [![Release](https://img.shields.io/github/release/yangwenmai/go-in-action.svg?label=Release)](https://github.com/yangwenmai/go-in-action/releases)\n\n\n# 目录 #\n\n- [00包管理](https://github.com/yangwenmai/go-in-action/tree/master/00import/)\n- [01数组](https://github.com/yangwenmai/go-in-action/tree/master/01array/)\n- [02切片](https://github.com/yangwenmai/go-in-action/tree/master/02slice/)\n- [03Map](https://github.com/yangwenmai/go-in-action/tree/master/03map/)\n- [04类型](https://github.com/yangwenmai/go-in-action/tree/master/04types/)\n- [05函数方法](https://github.com/yangwenmai/go-in-action/tree/master/05functions/)\n- [06接口](https://github.com/yangwenmai/go-in-action/tree/master/06interfaces/)\n- [07内嵌类型](https://github.com/yangwenmai/go-in-action/tree/master/07type_embedding/)\n- [08标记符的可见性](https://github.com/yangwenmai/go-in-action/tree/master/08identifier_export/)\n- [09并发](https://github.com/yangwenmai/go-in-action/tree/master/09goroutine/)\n- [10通道](https://github.com/yangwenmai/go-in-action/tree/master/10channel/)\n- [11资源池](https://github.com/yangwenmai/go-in-action/tree/master/11pool/)\n- [12锁](https://github.com/yangwenmai/go-in-action/tree/master/12lock/)\n- [13日志](https://github.com/yangwenmai/go-in-action/tree/master/13log/)\n- [14上下文](https://github.com/yangwenmai/go-in-action/tree/master/14context/)\n- [15测试](https://github.com/yangwenmai/go-in-action/tree/master/15test/)\n- [16反射](https://github.com/yangwenmai/go-in-action/tree/master/16reflect/)\n- [17不安全](https://github.com/yangwenmai/go-in-action/tree/master/17unsafe/)\n\n# 参考资料 #\n\n1. [Go In Action](http://goinactionbook.com)\n2. [Go In Action Samples](https://github.com/goinaction/code)\n3. [飞雪无情 - Go 系列](http://www.flysnow.org/tags/Go/)\n4. [英文原版购书地址](https://www.manning.com/books/go-in-action)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangwenmai%2Fgo-in-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyangwenmai%2Fgo-in-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangwenmai%2Fgo-in-action/lists"}