Question: Which is a valid Go time format literal?

  1. "2006-01-02"
  2. "YYYY-mm-dd"
  3. "y-mo-d"
  4. "year-month-day"

Answer: The correct answer of the above question is Option A:"2006-01-02"