summaryrefslogtreecommitdiff
path: root/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go
blob: 7ee085bf4e40311e9f97146ece03dec9341125c0 (plain)
1
2
3
4
5
6
// 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