(ctx context.Context)
| 63 | } |
| 64 | |
| 65 | func (e *envWithMethods) Now2(ctx context.Context) time.Time { |
| 66 | return time.Now() |
| 67 | } |
| 68 | |
| 69 | func (e *envWithMethods) Date2(ctx context.Context) time.Time { |
| 70 | return time.Date(2000, 1, 1, 0, 0, 0, 0, time.UTC) |
nothing calls this directly
no outgoing calls
no test coverage detected