Go Podcasts
Go Podcasts
Podcasts is a fantastic medium for sharing ideas and staying on top with latest Go trends. Here you can discover and listen to the latest and best Go Podcasts that the world has to offer. All Go Podcasts are rated by the communtiy and new podcasts are added to the list as new podcasts episodes are released by each particular show.
Go
Go (Golang) is a programming language that is statically typed and compiled. The language was designed by Robert Griesemer, Rob Pike, and Ken Thompson at Google. Go compiles down to machine code which makes the language really fast. On top of that, the language provides garbage collection, memory safety, and structural typing, along with CSP-style concurrency. The language share many syntactically similarities with C and C++, which makes it easy to pickup by people working with similar languages.