Time is a wrapper for time.Time for additional features.
| 17 | |
| 18 | // Time is a wrapper for time.Time for additional features. |
| 19 | type Time struct { |
| 20 | wrapper |
| 21 | } |
| 22 | |
| 23 | // iUnixNano is an interface definition commonly for custom time.Time wrapper. |
| 24 | type iUnixNano interface { |
nothing calls this directly
no outgoing calls
no test coverage detected