{"id":15486979,"url":"https://github.com/theodesp/go-standard-library-by-example","last_synced_at":"2025-04-22T17:28:23.926Z","repository":{"id":97066528,"uuid":"116841865","full_name":"theodesp/go-standard-library-by-example","owner":"theodesp","description":"Explore Go Awesome Standard library one module at the time","archived":false,"fork":false,"pushed_at":"2018-01-09T22:21:24.000Z","size":20,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T17:12:55.724Z","etag":null,"topics":["blog","golang","standard-library","tutorial"],"latest_commit_sha":null,"homepage":"https://theodesp.gitbooks.io/go-standard-library-by-example/content/","language":null,"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/theodesp.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":"2018-01-09T16:35:02.000Z","updated_at":"2024-09-01T04:37:57.000Z","dependencies_parsed_at":"2023-04-22T19:06:29.012Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/go-standard-library-by-example","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/theodesp%2Fgo-standard-library-by-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-standard-library-by-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-standard-library-by-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fgo-standard-library-by-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/go-standard-library-by-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250286769,"owners_count":21405502,"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":["blog","golang","standard-library","tutorial"],"created_at":"2024-10-02T06:20:40.374Z","updated_at":"2025-04-22T17:28:23.905Z","avatar_url":"https://github.com/theodesp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Standard Library By Example\n\n[![](https://beerpay.io/theodesp/go-standard-library-by-example/badge.svg?style=beer-square)](https://beerpay.io/theodesp/go-standard-library-by-example)[![](https://beerpay.io/theodesp/go-standard-library-by-example/make-wish.svg?style=flat-square)](https://beerpay.io/theodesp/go-standard-library-by-example?focus=wish)\n\n**Go Standard Library By Example** is a series of articles written by [Theo Despoudis](https://www.linkedin.com/in/theofanis-despoudis-7bb30913/). to demonstrate how to use the modules of the Go standard library. It covers the 1.9.3 version of the Standard Library\n\nSee the blog home page at \u0026lt;webpage\u0026gt; for updates.\n\nSource code is available via git from [https://github.com/theodesp/go-standard-library-by-example](https://github.com/theodesp/go-standard-library-by-example)\n\nComplete documentation for the standard library can be found on the Go web site at  [https://golang.org/pkg/](https://golang.org/pkg/).\n\n## Subscribe\n\nAs new articles are written, they are posted to my [Publication](https://medium.com/@fanisdespoudis/).  Follow [@nerdokto](http://twitter.com/nerdokto) and [@inancgumus](http://twitter.com/inancgumus) as well. You can subscribe via [email here](https://upscri.be/85e19a/).\n\n## Support on Beerpay🎗️\n\nI don’t get financial support for this, but if you would like to support me you can buy me a beer with:\n\n[![Beerpay](https://beerpay.io/theodesp/go-standard-library-by-example/badge.svg?style=beer-square)](https://beerpay.io/theodesp/go-standard-library-by-example)  [![Beerpay](https://beerpay.io/theodesp/go-standard-library-by-example/make-wish.svg?style=flat-square)](https://beerpay.io/theodesp/go-standard-library-by-example?focus=wish)\n\n## Copyright and Licensing\n\nAll of the prose from the Go Standard Library By Example is licensed under a [Creative Commons Attribution, Non-commercial, Share-alike 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license. You are free to share and create derivative works from it. If you post the material online, you must give attribution and link to the home page. You may not use this work for commercial purposes. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.\n\nThe source code included here is copyright Theo Despoudis and licensed under the Apache license.\n\n\u003e ```\n\u003e Copyright 2018 Theofanis Despoudis\n\u003e ```\n\u003e\n\u003e ```\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\n\u003e you may not use this file except in compliance with the License.\n\u003e You may obtain a copy of the License at\n\u003e\n\u003e     http://www.apache.org/licenses/LICENSE-2.0\n\u003e\n\u003e Unless required by applicable law or agreed to in writing, software\n\u003e distributed under the License is distributed on an \"AS IS\" BASIS,\n\u003e WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\u003e See the License for the specific language governing permissions and\n\u003e limitations under the License.\n\u003e ```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fgo-standard-library-by-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Fgo-standard-library-by-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fgo-standard-library-by-example/lists"}