Brief Go Introduction
Tuesday, March 10, 2020
Written for Go v1.14
Golang, or Go, is an open-sourced language created by Ken Thompson, Rob Pike, and Robert Griesemer at Google. Originally, the compiler was written in C but since then it has been rewritten in Go . The original goal of Go was to replace traditional low-level languages like C and C++ and build upon them by offering improved simplicity.
…