github cloudposse/atmos v1.133.0

latest releases: v1.138.0, v1, v1.137.0...
9 days ago
Replace `path` with `filepath` @haitham911 @aknysh (#900)

what

Replace path with filepath

why

  • Different operating systems use different path separators (/ on Unix-based systems like Linux and macOS, and \ on Windows).
    filepath package automatically handles these differences, making code platform-independent. It abstracts the underlying file system separator, so we don't have to worry about whether you're running on Windows or Unix-based systems

Don't miss a new atmos release

NewReleases is sending notifications on new releases.