package main import ( "fmt" "time" ) func main() { fmt.Println("hello") time.Sleep(time.Second * 15) }