|
|
var withHyphens, withoutHypens, tooLong UUID
|
|
var withHyphens, withoutHypens, tooLong UUID
|
|
|
if withHyphens.Time().Truncate(time.Second) != time.Date(2014, 1, 7, 5, 19, 29, 0, time.UTC) {
|
|
if withHyphens.Time().Truncate(time.Second) != time.Date(2014, 1, 7, 5, 19, 29, 0, time.UTC) {
|
|
|
t.Errorf("Expected date of 1/7/2014 at 5:19:29, got %v", withHyphens.Time())
|
|
t.Errorf("Expected date of 1/7/2014 at 5:19:29, got %v", withHyphens.Time())
|