{"id":20548583,"url":"https://github.com/dmportella/golang-tutorial","last_synced_at":"2025-04-14T10:53:20.446Z","repository":{"id":57597118,"uuid":"58473263","full_name":"dmportella/golang-tutorial","owner":"dmportella","description":"Golang tutorials I wrote to learn the language.","archived":false,"fork":false,"pushed_at":"2018-09-25T13:55:26.000Z","size":41,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T00:07:36.382Z","etag":null,"topics":["golang","learn-to-code","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmportella.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}},"created_at":"2016-05-10T15:34:05.000Z","updated_at":"2022-06-15T08:53:19.000Z","dependencies_parsed_at":"2022-08-25T00:21:44.501Z","dependency_job_id":null,"html_url":"https://github.com/dmportella/golang-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fgolang-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fgolang-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fgolang-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmportella%2Fgolang-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmportella","download_url":"https://codeload.github.com/dmportella/golang-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868774,"owners_count":21174756,"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":["golang","learn-to-code","tutorial"],"created_at":"2024-11-16T02:13:57.294Z","updated_at":"2025-04-14T10:53:20.424Z","avatar_url":"https://github.com/dmportella.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-tutorial\n\nWhile Learning GOLANG I put together these examples from all the info I found online and read about.\n\nAs I find more I will be adding it to here.\n\n@dmportella\n\n[![Build Status](https://travis-ci.org/dmportella/golang-tutorial.svg?branch=master)](https://travis-ci.org/dmportella/golang-tutorial)[![GoDoc](https://godoc.org/github.com/dmportella/golang-tutorial?status.svg)](https://godoc.org/github.com/dmportella/golang-tutorial)\n\n```\n.\n├── chapter0\n│   ├── constants.go\n│   ├── for-loop.go\n│   ├── if-else.go\n│   ├── print.go\n│   ├── switches.go\n│   └── variables.go\n├── chapter1\n│   ├── arrays.go\n│   ├── maps.go\n│   ├── ranges.go\n│   ├── slices.go\n│   └── variables-redux.go\n├── chapter2\n│   ├── closures.go\n│   ├── defering.go\n│   ├── functions.go\n│   ├── inline-functions.go\n│   ├── multireturn.go\n│   ├── recursion.go\n│   ├── stacking-defers.go\n│   └── variadric.go\n├── chapter3\n│   ├── embedding.go\n│   ├── errors.go\n│   ├── interfaces.go\n│   ├── methods.go\n│   ├── pointers.go\n│   └── structs.go\n├── chapter4\n│   ├── channel-directions.go\n│   ├── channels.go\n│   ├── gosimple.go\n│   ├── synchronisation.go\n│   ├── unbuffered.go\n│   └── waiting.go\n├── chapter5\n│   ├── fibonacci.go\n│   └── fibonacci_test.go\n├── chapter6\n│   ├── non-blocking-channels.go\n│   ├── ranging.go\n│   ├── select.go\n│   └── timeouts.go\n├── chapter9\n│   └── sockets.go\n├── LICENSE\n├── main.go\n├── makefile\n├── README.md\n└── vendor\n    └── vendor.json\n\n9 directories, 43 files\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fgolang-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmportella%2Fgolang-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmportella%2Fgolang-tutorial/lists"}