Hello world Pascal Gauthier - 05 déc. 2019 package main import "fmt" func main() { fmt.Println("Hello World") } go run main.go