{"id":19782429,"url":"https://github.com/steadylearner/golang","last_synced_at":"2026-06-11T11:31:35.394Z","repository":{"id":96185924,"uuid":"215520642","full_name":"steadylearner/Golang","owner":"steadylearner","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-24T17:56:03.000Z","size":32,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T12:57:18.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.steadylearner.com/blog","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/steadylearner.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":"2019-10-16T10:26:27.000Z","updated_at":"2019-10-17T18:36:21.000Z","dependencies_parsed_at":"2023-03-23T08:48:08.939Z","dependency_job_id":null,"html_url":"https://github.com/steadylearner/Golang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steadylearner/Golang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadylearner%2FGolang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadylearner%2FGolang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadylearner%2FGolang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadylearner%2FGolang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadylearner","download_url":"https://codeload.github.com/steadylearner/Golang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadylearner%2FGolang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34197393,"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":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T06:05:08.040Z","updated_at":"2026-06-11T11:31:35.374Z","avatar_url":"https://github.com/steadylearner.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to learn Golang\n\nStart with these.\n\n1. [A tour of Golang](https://tour.golang.org/)\n2. [Golang by Example](https://gobyexample.com)\n\nUse only std packages when you are a beginner.\n\n## Install the latest version \n\n1. [Install Version Manager](https://github.com/moovweb/gvm)\n2. Use **$gvm install go1.13 \u0026\u0026gvm use go1.13 [--default]** while you refer to [the release history](https://golang.org/doc/devel/release.html).\n\n- **$go mod init** creates a new module, initializing the go.mod file that describes it.\n\n- $go build, $go test, and other package-building commands add new dependencies to go.mod as needed.\n- **$go list -m all** prints the dependencies.\n- **$go get** changes the required version of a dependency (or adds a new dependency).\n- **$go mod tidy** removes unused dependencies.\n\n## Learn how to structure the projects\n\n1. [Use Golang moudles.](https://blog.golang.org/using-go-modules)\n2. [Refer to this example.](https://github.com/golang-standards/project-layout)\n\n## Write code\n\n1. [Official Web Project](https://golang.org/doc/articles/wiki/), [its code](https://golang.org/doc/articles/wiki/final.go) and [this blog](http://polyglot.ninja/golang-making-http-requests/)\n2. [JSON](https://www.google.com/search?\u0026q=how+to+use+json+in+golang) and [this blog](http://polyglot.ninja/golang-json/)\n3. [SQL](https://www.calhoun.io/connecting-to-a-postgresql-database-with-gos-database-sql-package/)\n4. [gRPC](https://grpc.io/docs/quickstart/go/) and make it work with module.\n\n## READ MORE\n\n1. [Golang Blog](https://blog.golang.org/)\n2. [Web Examples](https://gowebexamples.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadylearner%2Fgolang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadylearner%2Fgolang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadylearner%2Fgolang/lists"}