Daniel Curran

Learning Go

Jun 23, 2021
1 minute

What is Go/Golang?

gopher

If you’re not familiar with Go, here is the description from Wikipedia

Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency.

Examples

I’ve created some basic examples using the Go docs over on GitHub so feel free to give them a look:


I’ve had a lot of fun so far and would definitely recommend giving it a try.