123456789
func main(){ go sayHello() // continue doing other things}func sayHello(){ fmt.Println("hello")}