/go-discoveries

Golang discoveries and practise snippets

Primary LanguageGo

Golang Discoveries

This repository is a recopilation of several snippets used to discover and practice Golang concepts and ways of solving problems.

For example:

  1. Blocking is an example of how to add cancelation behaviour into a long CPU bounded tasks.