github.com/opencontainers/runtime-tools@v0.9.0/filepath/doc.go (about)

     1  // Package filepath implements Go's filepath package with explicit
     2  // operating systems (and for some functions and explicit working
     3  // directory).  This allows tools built for one OS to operate on paths
     4  // targeting another OS.  For example, a Linux build can determine
     5  // whether a path is absolute on Linux or on Windows.
     6  package filepath