Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/go-standard-library-by-example
Explore Go Awesome Standard library one module at the time
https://github.com/theodesp/go-standard-library-by-example
blog golang standard-library tutorial
Last synced: about 1 month ago
JSON representation
Explore Go Awesome Standard library one module at the time
- Host: GitHub
- URL: https://github.com/theodesp/go-standard-library-by-example
- Owner: theodesp
- Created: 2018-01-09T16:35:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T22:21:24.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T06:21:03.408Z (about 2 months ago)
- Topics: blog, golang, standard-library, tutorial
- Homepage: https://theodesp.gitbooks.io/go-standard-library-by-example/content/
- Size: 19.5 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Standard Library By Example
[![](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)
**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
See the blog home page at <webpage> for updates.
Source code is available via git from [https://github.com/theodesp/go-standard-library-by-example](https://github.com/theodesp/go-standard-library-by-example)
Complete documentation for the standard library can be found on the Go web site at [https://golang.org/pkg/](https://golang.org/pkg/).
## Subscribe
As 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/).
## Support on Beerpay🎗️
I don’t get financial support for this, but if you would like to support me you can buy me a beer with:
[![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)
## Copyright and Licensing
All 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.
The source code included here is copyright Theo Despoudis and licensed under the Apache license.
> ```
> Copyright 2018 Theofanis Despoudis
> ```
>
> ```
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.
> ```