{"id":19686800,"url":"https://github.com/donaldkellett/learning-go-book","last_synced_at":"2026-05-26T16:34:32.019Z","repository":{"id":231247552,"uuid":"781264000","full_name":"DonaldKellett/learning-go-book","owner":"DonaldKellett","description":"My adaptation of the code examples and exercises in Learning Go by Jon Bodner","archived":false,"fork":false,"pushed_at":"2024-04-06T13:49:49.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T09:08:34.881Z","etag":null,"topics":["cicd","cloud-native","devops","golang"],"latest_commit_sha":null,"homepage":"","language":"Brainfuck","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/DonaldKellett.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T03:49:49.000Z","updated_at":"2024-04-04T08:24:12.000Z","dependencies_parsed_at":"2024-11-11T18:33:57.855Z","dependency_job_id":"d4b97ba9-66fb-430b-b3b2-aff172e4faa7","html_url":"https://github.com/DonaldKellett/learning-go-book","commit_stats":null,"previous_names":["donaldkellett/learning-go-book"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DonaldKellett/learning-go-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonaldKellett%2Flearning-go-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonaldKellett%2Flearning-go-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonaldKellett%2Flearning-go-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonaldKellett%2Flearning-go-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DonaldKellett","download_url":"https://codeload.github.com/DonaldKellett/learning-go-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonaldKellett%2Flearning-go-book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33529698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cicd","cloud-native","devops","golang"],"created_at":"2024-11-11T18:30:25.843Z","updated_at":"2026-05-26T16:34:31.999Z","avatar_url":"https://github.com/DonaldKellett.png","language":"Brainfuck","funding_links":[],"categories":[],"sub_categories":[],"readme":"# learning-go-book\n\nMy adaptation of the code examples and exercises in [Learning Go](https://learning-go-book.dev/) by Jon Bodner\n\n## Developing\n\n### Prerequisites\n\nEnsure [Make](https://www.gnu.org/software/make/) is installed, then download and install a sufficiently recent version of [Go](https://go.dev/) \\(\u003e= 1.22.1\\), set your `GOPATH` accordingly, add `$GOPATH/bin` to your `PATH` and install the shadow linter:\n\n```bash\ngo install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest\n```\n\n### Running the code examples\n\nFork and clone this repository, then navigate to the project root and make it your working directory.\n\nThe code examples for each chapter is self-contained with Make as the build system. For example, to run the code examples for chapter 1, enter the `ch1/` subdirectory and invoke the following command:\n\n```bash\nmake\n```\n\nTo run unit tests instead \\(used in CI\\):\n\n```bash\nmake test\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonaldkellett%2Flearning-go-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonaldkellett%2Flearning-go-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonaldkellett%2Flearning-go-book/lists"}