Five part article series introducing Go on Oracle Cloud Infrastructure
--
Go — sometimes Golang because internet searching for just “go” is quite impossible — is a popular programming language. It was initially launched in 2012 and as been gaining popularity ever since. It has embraced many of the good things from other languages including Java and improved on a number of the existing weaknesses — such as concurrent programming at scale, dependency management, small and simple runtime, simplicity and readability. A Go application’s runtime incarnation is a single binary native executable. Its goroutine and…