{"id":37099788,"url":"https://github.com/thiagoneye/course-golang","last_synced_at":"2026-01-14T12:10:16.830Z","repository":{"id":155643080,"uuid":"446934340","full_name":"thiagoneye/course-golang","owner":"thiagoneye","description":"Go language studies.","archived":false,"fork":false,"pushed_at":"2022-03-07T04:14:37.000Z","size":6438,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T22:31:15.666Z","etag":null,"topics":["go","golang","google","programming"],"latest_commit_sha":null,"homepage":"","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/thiagoneye.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":"2022-01-11T18:20:47.000Z","updated_at":"2022-01-11T20:41:50.000Z","dependencies_parsed_at":"2024-04-26T16:15:12.578Z","dependency_job_id":null,"html_url":"https://github.com/thiagoneye/course-golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thiagoneye/course-golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoneye%2Fcourse-golang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoneye%2Fcourse-golang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoneye%2Fcourse-golang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoneye%2Fcourse-golang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagoneye","download_url":"https://codeload.github.com/thiagoneye/course-golang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagoneye%2Fcourse-golang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["go","golang","google","programming"],"created_at":"2026-01-14T12:10:16.110Z","updated_at":"2026-01-14T12:10:16.816Z","avatar_url":"https://github.com/thiagoneye.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# course-golang\n\n\u003cimg src=\"img/google.png\" width=\"400px\"\u003e\n\nGo language studies from the YouTube.\n\nAll files were based on the course from the cited website.\n\n- https://www.youtube.com/c/AprendaGo\n- https://github.com/ellenkorbes/aprendago\n- https://github.com/ashleymcnamara/gophers\n\n## Contents\n\n1. Overview\n2. [Variables, values and types](https://github.com/thiagoneye/course-golang/tree/main/cap02)\n3. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap03)\n4. [Programming Fundamentals](https://github.com/thiagoneye/course-golang/tree/main/cap04)\n5. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap05)\n6. [Control Flow](https://github.com/thiagoneye/course-golang/tree/main/cap06)\n7. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap07)\n8. [Data Grouping](https://github.com/thiagoneye/course-golang/tree/main/cap08)\n9. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap09)\n10. [Structs](https://github.com/thiagoneye/course-golang/tree/main/cap10)\n11. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap11)\n12. Functions \u003c!--- [Functions](https://github.com/thiagoneye/course-golang/tree/main/cap12) --\u003e\n13. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap13) --\u003e\n14. Pointers \u003c!--- [Pointers](https://github.com/thiagoneye/course-golang/tree/main/cap14) --\u003e\n15. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap15) --\u003e\n16. Aplications \u003c!--- [Aplications](https://github.com/thiagoneye/course-golang/tree/main/cap16) --\u003e\n17. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap17) --\u003e\n18. Concurrence \u003c!--- [Concurrence](https://github.com/thiagoneye/course-golang/tree/main/cap18) --\u003e\n19. Development \u003c!--- [Development Environment](https://github.com/thiagoneye/course-golang/tree/main/cap19) --\u003e\n20. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap20) --\u003e\n21. Channels \u003c!--- [Channels](https://github.com/thiagoneye/course-golang/tree/main/cap21) --\u003e\n22. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap22) --\u003e\n23. Error Handling \u003c!--- [Error Handling](https://github.com/thiagoneye/course-golang/tree/main/cap23) --\u003e\n24. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap24) --\u003e\n25. Documentation \u003c!--- [Documentation](https://github.com/thiagoneye/course-golang/tree/main/cap25) --\u003e\n26. Exercises \u003c!--- [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap26) --\u003e\n27. Tests and Benchmarking \u003c!--- [Tests and Benchmarking](https://github.com/thiagoneye/course-golang/tree/main/cap27) --\u003e\n\n## Others\n\nSee also the repositories [beecrowd-programming](https://github.com/thiagoneye/beecrowd-programming) and [book-golang](https://github.com/thiagoneye/book-golang).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagoneye%2Fcourse-golang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagoneye%2Fcourse-golang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagoneye%2Fcourse-golang/lists"}