diff options
Diffstat (limited to 'vendor/github.com/opencontainers/runtime-tools/filepath/doc.go')
-rw-r--r-- | vendor/github.com/opencontainers/runtime-tools/filepath/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go b/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go new file mode 100644 index 000000000..7ee085bf4 --- /dev/null +++ b/vendor/github.com/opencontainers/runtime-tools/filepath/doc.go @@ -0,0 +1,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 |