Getting Started With Go Part 8: Channels
This is part 8 in a series called Getting Started With Go. If you would like to check out parts 1-7 you may find them here: Hello World Variables & Constants Functions Arrays & Slices Pointers & Structs Interfaces Goroutines Channels (you are here now) Channels In the last post we introduced goroutines, so it’s …