(f *osFile)
| 160 | } |
| 161 | |
| 162 | func (d *Deployer) skipFile(f *osFile) { |
| 163 | d.printf("%s skipping …\n", f.relPath) |
| 164 | atomic.AddUint64(&d.stats.Skipped, uint64(1)) |
| 165 | } |
| 166 | |
| 167 | func (d *Deployer) enqueueDelete(key string) { |
| 168 | d.printf("%s not found in source, deleting.\n", key) |