Introduction to Go
Go is a high-level programming language developed by Robert Griesemer, Rob Pike, and Ken Thompson at the end of 2007 and brought to open source in November, 2009. It is widely used in server-side development, in-memory databases, and cloud platforms because of its simplicity, swiftness, security, and parallelism.
Parent topic: Go Application Problems