Introduction to Programming in Go
This short course will cover the basics of the Go language for those who already are familiar with an imperative programming environment like Python. The Go programming language (golang) is a simple, high-performance imperative programming language. It has the benefits of a strongly typed, compiled language along with many of the benefits of popular scripting...