{"id":29480994,"url":"https://github.com/cybersecurity-dev/awesome-go-programming-language","last_synced_at":"2025-07-14T23:55:15.583Z","repository":{"id":304412318,"uuid":"1018719352","full_name":"cybersecurity-dev/awesome-go-programming-language","owner":"cybersecurity-dev","description":"Awesome Go Programming Language","archived":false,"fork":false,"pushed_at":"2025-07-12T22:54:51.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T00:17:33.996Z","etag":null,"topics":["awesome","awesome-list","awesome-lists","go-programming","go-programming-language","golang"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.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,"zenodo":null}},"created_at":"2025-07-12T22:09:56.000Z","updated_at":"2025-07-12T22:54:54.000Z","dependencies_parsed_at":"2025-07-13T00:17:38.126Z","dependency_job_id":"1e99e394-dd8f-48f0-8dd0-aa1453397976","html_url":"https://github.com/cybersecurity-dev/awesome-go-programming-language","commit_stats":null,"previous_names":["cybersecurity-dev/awesome-go-programming-language"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/awesome-go-programming-language","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-go-programming-language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-go-programming-language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-go-programming-language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-go-programming-language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/awesome-go-programming-language/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fawesome-go-programming-language/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265375352,"owners_count":23755217,"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":["awesome","awesome-list","awesome-lists","go-programming","go-programming-language","golang"],"created_at":"2025-07-14T23:55:14.251Z","updated_at":"2025-07-14T23:55:15.554Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"readme":"# Awesome [Go](https://en.wikipedia.org/wiki/Go_(programming_language)) [Programming Language](https://go.dev/) [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)](https://youtube.com/playlist?list=PL9V4Zu3RroiVJ54IJxdX405zajBI4amv5\u0026si=aLEtwXN-zd3PRZtQ)\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation Steps\n* [![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?logo=windows11\u0026logoColor=white)](https://en.wikipedia.org/wiki/Microsoft_Windows)\n  ```powershell\n  winget install -e --id GoLang.Go\n  ```\n* [![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux\u0026logoColor=black)](https://en.wikipedia.org/wiki/Linux)\n  * [![Debian](https://img.shields.io/badge/Debian-A81D33?logo=debian\u0026logoColor=fff)](https://www.debian.org/)\n    ```bash\n    sudo apt-get update \u0026\u0026 sudo apt-get install -y golang \u0026\u0026 go version \n    ```\n  * [![Fedora](https://img.shields.io/badge/Fedora-51A2DA?logo=fedora\u0026logoColor=fff)](https://www.fedoraproject.org/)\n    ```bash\n    sudo dnf upgrade --refresh \u0026\u0026 sudo dnf install -y golang \u0026\u0026 go version\n    ```\n  * [![openSUSE](https://img.shields.io/badge/openSUSE-73BA25?style=flat\u0026logo=SUSE\u0026logoColor=white)](https://www.opensuse.org/)\n    ```bash\n    sudo zypper refresh \u0026\u0026 sudo zypper install -y go \u0026\u0026 go version\n    ```\n\n## Learning Resources\n* [https://gobyexample.com/](https://gobyexample.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fawesome-go-programming-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fawesome-go-programming-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fawesome-go-programming-language/lists"}