prob still broken, but don\t have time right now
This commit is contained in:
@@ -110,7 +110,7 @@ const person = Person{
|
||||
id: 1
|
||||
name: 'Bob'
|
||||
age: 21
|
||||
birthday: time.new_time(
|
||||
birthday: time.new(
|
||||
day: 12
|
||||
month: 12
|
||||
year: 2012
|
||||
|
||||
@@ -52,7 +52,7 @@ const person = Person{
|
||||
id: 1
|
||||
name: 'Bob'
|
||||
age: 21
|
||||
birthday: time.new_time(
|
||||
birthday: time.new(
|
||||
day: 12
|
||||
month: 12
|
||||
year: 2012
|
||||
|
||||
Reference in New Issue
Block a user