{"id":18339896,"url":"https://github.com/shindakun/atlg","last_synced_at":"2025-04-06T05:32:23.073Z","repository":{"id":55402413,"uuid":"160007861","full_name":"shindakun/atlg","owner":"shindakun","description":"Source repo for the \"Attempting to Learn Go\" posts I've been putting up over on dev.to","archived":false,"fork":false,"pushed_at":"2023-03-06T23:21:27.000Z","size":34,"stargazers_count":58,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T18:11:15.227Z","etag":null,"topics":["go","golang"],"latest_commit_sha":null,"homepage":"https://dev.to/shindakun","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shindakun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"shindakun","patreon":"shindakun","open_collective":"shindakun","ko_fi":"shindakun"}},"created_at":"2018-12-02T02:53:43.000Z","updated_at":"2024-08-15T16:48:30.000Z","dependencies_parsed_at":"2022-08-14T23:30:55.467Z","dependency_job_id":"db6f7a49-f921-4398-8551-8941b344a84a","html_url":"https://github.com/shindakun/atlg","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/shindakun%2Fatlg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shindakun%2Fatlg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shindakun%2Fatlg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shindakun%2Fatlg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shindakun","download_url":"https://codeload.github.com/shindakun/atlg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440627,"owners_count":20939223,"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":["go","golang"],"created_at":"2024-11-05T20:19:47.271Z","updated_at":"2025-04-06T05:32:22.664Z","avatar_url":"https://github.com/shindakun.png","language":"Go","funding_links":["https://github.com/sponsors/shindakun","https://patreon.com/shindakun","https://opencollective.com/shindakun","https://ko-fi.com/shindakun"],"categories":[],"sub_categories":[],"readme":"# Attempting to Learn Go\n\nHere you can find the code I've been writing for my Attempting to Learn Go posts that I've been writing and posting over on [Dev.to](https://dev.to/shindakun).\n\n## Post Index\n\n| Post | Code |\n| --- | --- |\n| [Building a Downloader Part 01](https://dev.to/shindakun/attempting-to-learn-go---building-a-downloader-part-01-44gl) | - |\n| [Building a Downloader Part 02](https://dev.to/shindakun/attempting-to-learn-go---building-a-downloader-part-02-2k7i) | - |\n| [Building a Downloader Part 03](https://dev.to/shindakun/attempting-to-learn-go---building-a-downloader-part-03-2214) | - |\n| [Building a Downloader Part 04](https://dev.to/shindakun/attempting-to-learn-go---building-a-downloader-part-04-3ln9) | - |\n| [Building a Downloader Part 05](https://dev.to/shindakun/attempting-to-learn-go---building-a-downloader-part-05-44o) | - |\n| [Consuming a REST API](https://dev.to/shindakun/attempting-to-learn-go---consuming-a-rest-api-5c7g) |  [src](/go-api-01/main.go) |\n| [Continuing REST Adventures](https://dev.to/shindakun/attempting-to-learn-go---continuing-rest-adventures-2l4l) | [src](/go-api-02/main.go) |\n| [Now Sending REST Requests](https://dev.to/shindakun/attempting-to-learn-go---now-sending-rest-requests-akp) | [src](/go-api-03/main.go) |\n| [REST API and A Bit On Templates](https://dev.to/shindakun/attempting-to-learn-go---rest-api-and-a-bit-on-templates-4kca) | [src](/go-api-04/main.go) |\n| [Sending Email Via API Again](https://dev.to/shindakun/attempting-to-learn-go---sending-email-via-api-again-2e4e) | [src](/go-api-05/main.go) |\n| [Let's Get Modular!](https://dev.to/shindakun/attempting-to-learn-go---lets-get-modular-390i) | [src](https://github.com/shindakun/mailgunner) |\n| [Let's Get Modular - Again!](https://dev.to/shindakun/attempting-to-learn-go---lets-get-modular---again-10cd) | [src](https://github.com/shindakun/mailgunner) |\n| [Building DevLog Part 01](https://dev.to/shindakun/attempting-to-learn-go---building-dev-log-part-01-1c3m) | [src](/go-devsite-01/main.go) |\n| [Building DevLog Part 02](https://dev.to/shindakun/attempting-to-learn-go---building-dev-log-part-02-179c) | [src](/go-devsite-02/main.go) |\n| [Building DevLog Part 03](https://dev.to/shindakun/attempting-to-learn-go---building-dev-log-part-03-7lk) | [src](/go-devsite-03/main.go) |\n| [Building DevLog Part 04](https://dev.to/shindakun/attempting-to-learn-go---building-dev-log-part-04-2bok) | [src](/go-devsite-04/main.go) |\n| [Building DevLog Part 05](https://dev.to/shindakun/attempting-to-learn-go---building-dev-log-part-05-4mo1) | [src](/go-devsite-05/main.go) |\n| [Listing Files By Extension 01](https://dev.to/shindakun/attempting-to-learn-go---listing-files-by-extension-1n10) | [src](/go-sort-01/main.go) |\n| [Listing Files By Extension 02](https://dev.to/shindakun/attempting-to-learn-go---sorting-and-moving-files-by-extension-227j) | [src](/go-sort-01/main.go) |\n| [Dev.to API 01](https://dev.to/shindakun/interacting-with-the-devto-article-api-4g34) | [src](/go-devtoapi-01/main.go) |\n| [Dev.to API 02](https://dev.to/shindakun/interacting-with-the-devto-article-api---again-sort-of-2o8g) | see above code |\n| [Issuer 01](https://dev.to/shindakun/attempting-to-learn-go-issuer-01-5f0k) | [src](/go-issuer-01/main.go) |\n| [Issuer 02](https://dev.to/shindakun/attempting-to-learn-go-issuer-02-3nif) | [src](/go-issuer-02/main.go) |\n| [Issuer 03](https://dev.to/shindakun/attempting-to-learn-go-issuer-03-cloud-function-go-27co) | [src](/go-issuer-03/main.go) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshindakun%2Fatlg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshindakun%2Fatlg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshindakun%2Fatlg/lists"}