Summary
Go is a simple compiled language designed for fast servers and tooling.
Slug
go
Tier
core
Extensions
.go
Hello World
package main
import "fmt"
func main(){
fmt.Println("Hello, World!")
}
Tip: you can expand this page later with official docs + trusted references.