Go playground
package main import "fmt" func main() { msg := "Hello, World!" fmt.Println(msg) }
Go is a statically typed, compiled programming language developed at Google. It is syntactically similar to C, but also has memory safety, garbage collection, structural typing, and CSP-style concurrency.