Go Tutorial (Golang) 11 - GoLang enumerated constants part 2
https://www.youtube.com/watch?v=CpN2a_4KG6s
  
  https://www.youtube.com/watch?v=CpN2a_4KG6s
YouTube
  
  Go Tutorial (Golang) 11 - GoLang enumerated constants part 2
  In this video I am going to show you how to use write only variable denoted by underscore.Write only variable is also called as blank identifier.A blank identifier on the left-hand-side of the assignment avoids the need to create a dummy variable and makes…
  Go: A Tale of Concurrency ( A Beginners Guide )
https://medium.com/@yashaswi_nayak/go-a-tale-of-concurrency-a-beginners-guide-b8976b26feb
  
  https://medium.com/@yashaswi_nayak/go-a-tale-of-concurrency-a-beginners-guide-b8976b26feb
Medium
  
  Go: A Tale of Concurrency ( A Beginners Guide )
  A long time ago…
  How to build a terminal dashboard in Golang in 300 lines of code using termui.
https://levelup.gitconnected.com/building-a-terminal-dashboard-in-golang-in-300-lines-of-code-3b9f83f363a8
  
  https://levelup.gitconnected.com/building-a-terminal-dashboard-in-golang-in-300-lines-of-code-3b9f83f363a8
Medium
  
  Building a terminal dashboard in Golang in 300 lines of code
  It is a delightful journey to create a real-time terminal dashboard with termui
  How to Run GoLang (1.15+) Code in a Browser Using WebAssembly
https://medium.com/@cesarwilliam/how-to-run-golang-1-15-code-in-a-browser-using-webassembly-e755bc733e8d
  
  https://medium.com/@cesarwilliam/how-to-run-golang-1-15-code-in-a-browser-using-webassembly-e755bc733e8d
Medium
  
  How to Run GoLang (1.15+) Code in a Browser Using WebAssembly
  In this article, we will learn how to create a project with GoLang in a browser using WebAssembly.
  Persistent Data Structures for Gophers: Persistent Stack
https://levelup.gitconnected.com/persistent-data-structures-for-gophers-persistent-stack-70aa012d3bfa?source=---------4-----------------------
  
  https://levelup.gitconnected.com/persistent-data-structures-for-gophers-persistent-stack-70aa012d3bfa?source=---------4-----------------------
Medium
  
  Persistent Data Structures for Gophers: Persistent Stack
  Explore what immutable data structures are and how they can be used for fast concurrent programming
  Параллелизм в Golang и WorkerPool [Часть 1]
https://proglib.io/p/parallelizm-v-golang-i-workerpool-chast-1-2020-12-24
  
  https://proglib.io/p/parallelizm-v-golang-i-workerpool-chast-1-2020-12-24
Библиотека программиста
  
  🏃 Конкурентность в Golang и WorkerPool [Часть 1]
  В современных языках программирования конкурентность стала безусловной потребностью. В этой статье речь пойдет об устройстве и использовании concurrency в Go.
  