Time is the Value that represents DataTime Use with: TagTime
| 340 | // |
| 341 | // Use with: TagTime |
| 342 | type Time struct{ time.Time } |
| 343 | |
| 344 | // String converts Time value to string |
| 345 | func (v Time) String() string { return v.Time.Format(time.RFC3339) } |
nothing calls this directly
no outgoing calls
no test coverage detected