realTime is the actual timer that uses time.Now().UnixNano()
| 12 | |
| 13 | // realTime is the actual timer that uses time.Now().UnixNano() |
| 14 | type realTime struct{} |
| 15 | |
| 16 | // Now implements the timer interface |
| 17 | func (realTime) Now() int64 { |
nothing calls this directly
no outgoing calls
no test coverage detected