()
| 264 | } |
| 265 | |
| 266 | func main() { |
| 267 | cmdmain.PostFlag = func() { |
| 268 | checkPerkeepSrcRoot() |
| 269 | if err := checkModtime(); err != nil { |
| 270 | log.Printf("Skipping freshness check: %v", err) |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | // TODO(mpl): usage error is not really correct for devcam. |
| 275 | // See if I can reimplement it while still using cmdmain.Main(). |
| 276 | cmdmain.Main() |
| 277 | } |
nothing calls this directly
no test coverage detected