call it kitchen
This commit is contained in:
parent
7f1e1860f2
commit
0bfce8f576
@ -39,8 +39,8 @@ func main() {
|
|||||||
withNanos,
|
withNanos,
|
||||||
"2012-11-01T22:08:41.117442+00:00")
|
"2012-11-01T22:08:41.117442+00:00")
|
||||||
p(t1)
|
p(t1)
|
||||||
hoursMinutes := "4:05PM"
|
kitchen := "4:05PM"
|
||||||
t2, e := time.Parse(hoursMinutes, "8:41PM")
|
t2, e := time.Parse(kitchen, "8:41PM")
|
||||||
p(t2)
|
p(t2)
|
||||||
|
|
||||||
// `Parse` will return an error on malformed input
|
// `Parse` will return an error on malformed input
|
||||||
|
Loading…
x
Reference in New Issue
Block a user