package main import "fmt" import "time" func main() { t := 10*time.Minute fmt.Println(t.Seconds()) }