Replace direct os package calls with io.Local methods: - os.MkdirAll → io.Local.EnsureDir - os.ReadFile → io.Local.Read - os.WriteFile → io.Local.Write - os.Remove → io.Local.Delete - os.RemoveAll → io.Local.DeleteAll This is part of the io.Medium abstraction migration (#101). Closes #104 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cache.go | ||