Now returns the current time. In production implementations, this returns the system time. In test implementations, this returns a controlled time that can be manipulated for testing purposes.
()
| 15 | // In test implementations, this returns a controlled time that |
| 16 | // can be manipulated for testing purposes. |
| 17 | Now() time.Time |
| 18 | |
| 19 | // NewTicker returns a Ticker that fires every d. Production |
| 20 | // implementations delegate to time.NewTicker. Test implementations |
no outgoing calls