package main import ( "fmt" "time" ) func main() { fmt.Printf("now -> %v", time.Now()) fmt.Println("Hello, World!") }