getLastCheckFilePath returns the path to the last check timestamp file
()
| 84 | |
| 85 | // getLastCheckFilePath returns the path to the last check timestamp file |
| 86 | func getLastCheckFilePath() string { |
| 87 | return getLastCheckFilePathFunc() |
| 88 | } |
| 89 | |
| 90 | // getLastCheckFilePathImpl is the actual implementation |
| 91 | func getLastCheckFilePathImpl() string { |
no outgoing calls