#go
Read more stories on Hashnode
Articles with this tag
concurrency, routines, CSP and channels ยท Go Routines Go routine is a light weighted thread of execution. Routines differ from OS threads because the Go...
Ahh ! Why does Go Not support Enums . Well There is a workaround you can use to make Enum like setup in Go. Well Go lang support only string and int...