go格式化显示时间

fmt.Println(time.Now().Format("2006-01-02 15:04:05"))
fmt.Println(time.Now().Format("2006-1-2 15:04:05"))
fmt.Println(time.Now().Format("2006-01-02"))
fmt.Println(time.Now().Format("2006/01/02"))