go

#programming/go#programming#systems

Go

Go (Golang) is a compiled, statically typed language by Google designed for simplicity and concurrency.

package main

import "fmt"

func main() {
    fmt.Println("Hello, Go!")
}

See Concurrency · Docker Overview · Programming Hub.