The No Content Blog
menu
About
Github
Tags
About
Github
Tags
Concurrency in Go
2020-04-28
#
Go
#
channels
#
goroutines
#
async
#
concurrency
How Go uses concurrency with channels and goroutines
Read more →
Object Oriented Programming in Go
2020-04-27
#
Go
#
embedding
#
interfaces
#
objects
#
abstraction
How Go accomplishes OOP, with out having type hierarchy, and instead using composition, embedding and interfaces
Read more →