golang menunggu goroutine selesai

package main

import (
  "fmt"
)

func main() {
  fmt.Println(`
  Golang is a statically typed language loved
  by scientists and researchers, developed by
  Google.`)
}
Nice Newt