modtimeChecker is the default implementation of ChangeDetector
| 650 | |
| 651 | // modtimeChecker is the default implementation of ChangeDetector |
| 652 | type modtimeChecker struct { |
| 653 | modtimes map[modtimeCheckerKey]time.Time |
| 654 | } |
| 655 | |
| 656 | func newModtimeChecker() *modtimeChecker { |
| 657 | return &modtimeChecker{ |
nothing calls this directly
no outgoing calls
no test coverage detected