(name string, offset int64)
| 140 | } |
| 141 | |
| 142 | func (c *fileCache) getKey(name string, offset int64) string { |
| 143 | return filepath.Join(c.path, name, strconv.FormatInt(offset, 10)) |
| 144 | } |
| 145 | |
| 146 | func waitForSet() { |
| 147 | time.Sleep(10 * time.Millisecond) |
no outgoing calls