package main import ( "fmt" "time" ) func main() { fmt.Printf("%v\n", time.Now()) }