Migrate config.go: - os.ReadFile → io.Local.Read - os.Stat → io.Local.IsFile - os.MkdirAll → io.Local.EnsureDir - os.WriteFile → io.Local.Write Migrate release.go: - os.Stat → io.Local.IsDir - os.ReadDir → io.Local.List Uses filepath.Abs for relative path support. Part of #101 (io.Medium migration tracking issue). Closes #106 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| publishers | ||
| testdata/.core | ||
| changelog.go | ||
| changelog_test.go | ||
| config.go | ||
| config_test.go | ||
| release.go | ||
| release_test.go | ||
| sdk.go | ||
| sdk_test.go | ||
| version.go | ||
| version_test.go | ||