(format string, a ...any)
| 148 | } |
| 149 | |
| 150 | func (d *Deployer) printf(format string, a ...any) { |
| 151 | fmt.Fprintf(d.outv, format, a...) |
| 152 | } |
| 153 | |
| 154 | func (d *Deployer) enqueueUpload(ctx context.Context, f *osFile) { |
| 155 | d.Printf("%s (%s) %s ", f.keyPath, f.reason, up) |
no outgoing calls
no test coverage detected