go-container/TODO.md

9 lines
396 B
Markdown
Raw Permalink Normal View History

# TASK: Replace all os.ReadFile/os.WriteFile/os.MkdirAll with go-io coreio.Local equivalents. Replace fmt.Errorf/errors.New with coreerr.E() from go-log. Run tests after.
**Repo:** core/go-container
**Status:** ready
## Objective
Replace all os.ReadFile/os.WriteFile/os.MkdirAll with go-io coreio.Local equivalents. Replace fmt.Errorf/errors.New with coreerr.E() from go-log. Run tests after.