Versions in this module Expand all Collapse all v0 v0.5.4 Sep 27, 2025 Changes in this version + func IsEphemeralError(err error) bool + func ReadFile(filename string) ([]byte, error) + func RemoveAll(path string) error + func Rename(oldpath, newpath string) error + func Retry(f func() (err error, mayRetry bool), retrySeconds float64) error