Migrate config.go: - os.ReadFile → io.Local.Read (with filepath.Abs for relative paths) Migrate checksum.go: - os.MkdirAll → io.Local.EnsureDir - os.WriteFile → io.Local.Write Migrate discovery.go: - os.Stat → io.Local.IsFile (with filepath.Abs for relative paths) Note: os.Open for file hashing remains unchanged as it requires io.Reader. Part of #101 (io.Medium migration tracking issue). Closes #105 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| buildcmd | ||
| builders | ||
| signing | ||
| testdata | ||
| archive.go | ||
| archive_test.go | ||
| build.go | ||
| checksum.go | ||
| checksum_test.go | ||
| config.go | ||
| config_test.go | ||
| discovery.go | ||
| discovery_test.go | ||