Skip to content

theodesp/go-standard-library-by-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Standard Library By Example

Go Standard Library By Example is a series of articles written by Theo Despoudis. 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

Complete documentation for the standard library can be found on the Go web site at https://golang.org/pkg/.

Subscribe

As new articles are written, they are posted to my Publication. Follow @nerdokto and @inancgumus as well. You can subscribe via email here.

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 Beerpay

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 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.

Releases

No releases published

Packages

No packages published