mirror of
https://github.com/containers/podman.git
synced 2025-09-29 01:35:06 +08:00

Need to pull in the latest containers/storage and containers/image to fix lots of issues. Also want to update runtime-tools to take advantage of newer generate code. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #152 Approved by: rhatdan
7 lines
342 B
Go
7 lines
342 B
Go
// Package filepath implements Go's filepath package with explicit
|
|
// operating systems (and for some functions and explicit working
|
|
// directory). This allows tools built for one OS to operate on paths
|
|
// targeting another OS. For example, a Linux build can determine
|
|
// whether a path is absolute on Linux or on Windows.
|
|
package filepath
|