awalterschulze / goderive

Derives and generates mundane golang functions that you do not want to maintain yourself
Apache License 2.0
1.23k stars 44 forks source link

Does `time.Time` support now? #69

Closed lx-world closed 3 years ago

lx-world commented 3 years ago

Does time.Time support now?

lx-world commented 3 years ago

type User struct { CreateTime time.Time }

Now it will report an error if you use it directly