{"id":37172640,"url":"https://github.com/mickablondo/golang-exercises","last_synced_at":"2026-01-14T20:11:34.704Z","repository":{"id":156692304,"uuid":"583745750","full_name":"mickablondo/golang-exercises","owner":"mickablondo","description":"Exercises to learn coding with golang.","archived":false,"fork":false,"pushed_at":"2024-12-28T20:42:49.000Z","size":5,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-28T21:23:57.280Z","etag":null,"topics":["golang","tutorial"],"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/mickablondo.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-12-30T19:22:52.000Z","updated_at":"2024-12-28T20:42:52.000Z","dependencies_parsed_at":"2024-06-21T05:52:34.877Z","dependency_job_id":null,"html_url":"https://github.com/mickablondo/golang-exercises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mickablondo/golang-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fgolang-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fgolang-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fgolang-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fgolang-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mickablondo","download_url":"https://codeload.github.com/mickablondo/golang-exercises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mickablondo%2Fgolang-exercises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","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":["golang","tutorial"],"created_at":"2026-01-14T20:11:33.362Z","updated_at":"2026-01-14T20:11:34.696Z","avatar_url":"https://github.com/mickablondo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golang Exercises\n## What's this?\nExercises to learn how to develop applications with Go.  \nLet [MiK@](https://github.com/mickablondo) be your guide...  \n## What are these exercises?\nSimple exercises for now.  \nOpen all the Go files and try them.  \nEdit variables and code to see how the code behaves.  \n## How to run the apps?\nFirst, install [Go](https://go.dev/dl/)!  \nThen, execute this command: \n```bash\ngo run .\\src\\\u003cLEVEL\u003e\\\u003cNUM_NAME\u003e\\main.go\n```\n### Hmmm... why so many folders?\nIt's not permitted to declare multiple 'main' functions in the same package.  \nTo try our code, we need one 'main' function per example... so we need one package per example, and a directory is a package in Go!  \nIs that clear? :-)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickablondo%2Fgolang-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmickablondo%2Fgolang-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmickablondo%2Fgolang-exercises/lists"}